aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Hunkeler <jhunkeler@gmail.com>2015-09-25 15:26:53 -0400
committerJoe Hunkeler <jhunkeler@gmail.com>2015-09-25 15:26:53 -0400
commit4b00c5abebcd321fd95755c4816d2fd6790a172b (patch)
tree273f89ff72f20b1fe5c6691dee67ad9526a9a2fb
parentc5f46e374e9c361a6bb3191da3939a189fbe7afd (diff)
downloadcbc-recipes-4b00c5abebcd321fd95755c4816d2fd6790a172b.tar.gz
Corrected for building under python 3.4
-rw-r--r--pysynphot/pysynphot.ini7
-rw-r--r--reftools/reftools.ini1
2 files changed, 5 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:
diff --git a/reftools/reftools.ini b/reftools/reftools.ini
index d7b1ad1..0b3ef60 100644
--- a/reftools/reftools.ini
+++ b/reftools/reftools.ini
@@ -12,6 +12,7 @@ git_url: ssh://git@bitbucket.org/stsci_ssb/${package:name}.git
[build]
number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}
+preserve_egg_dir: yes
[requirements]
build: