diff options
author | Joe Hunkeler <jhunkeler@gmail.com> | 2015-09-25 15:26:53 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunkeler@gmail.com> | 2015-09-25 15:26:53 -0400 |
commit | 4b00c5abebcd321fd95755c4816d2fd6790a172b (patch) | |
tree | 273f89ff72f20b1fe5c6691dee67ad9526a9a2fb /pysynphot | |
parent | c5f46e374e9c361a6bb3191da3939a189fbe7afd (diff) | |
download | cbc-recipes-4b00c5abebcd321fd95755c4816d2fd6790a172b.tar.gz |
Corrected for building under python 3.4
Diffstat (limited to 'pysynphot')
-rw-r--r-- | pysynphot/pysynphot.ini | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/pysynphot/pysynphot.ini b/pysynphot/pysynphot.ini index ad0b999..904ac5f 100644 --- a/pysynphot/pysynphot.ini +++ b/pysynphot/pysynphot.ini @@ -9,9 +9,11 @@ summary: ${package:name} [source] git_url: ${about:home} -git_tag: +#git_tag: + [build] number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }} +preserve_egg_dir: yes [requirements] build: @@ -37,13 +39,12 @@ run: pyfits numpy matplotlib - setuptools python [cbc_build] linux: echo This d2to1 hack is deadly. - #pip install --no-deps --upgrade --force d2to1 || exit 1 + pip install --no-deps --upgrade --force d2to1 || exit 1 python setup.py install || exit 1 windows: |