summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gwcs/bld.bat3
-rw-r--r--gwcs/build.sh3
-rw-r--r--gwcs/meta.yaml4
-rw-r--r--hstaxe/god.sh1
4 files changed, 6 insertions, 5 deletions
diff --git a/gwcs/bld.bat b/gwcs/bld.bat
index 760380e..6d5f099 100644
--- a/gwcs/bld.bat
+++ b/gwcs/bld.bat
@@ -1,2 +1 @@
-
-%PYTHON% setup.py install
+%PYTHON% setup.py install --single-version-externally-managed --record=root.txt
diff --git a/gwcs/build.sh b/gwcs/build.sh
index 56f0b30..b699425 100644
--- a/gwcs/build.sh
+++ b/gwcs/build.sh
@@ -1,2 +1 @@
-
-$PYTHON setup.py install \ No newline at end of file
+$PYTHON setup.py install --single-version-externally-managed --record=root.txt
diff --git a/gwcs/meta.yaml b/gwcs/meta.yaml
index e899e57..c105a49 100644
--- a/gwcs/meta.yaml
+++ b/gwcs/meta.yaml
@@ -1,6 +1,6 @@
{% set name = 'gwcs' %}
{% set version = '0.15.0' %}
-{% set number = '0' %}
+{% set number = '1' %}
about:
home: https://github.com/spacetelescope/{{ name }}
@@ -19,12 +19,14 @@ requirements:
build:
- asdf
- astropy >=3.1
+ - scipy
- setuptools
- numpy {{ numpy }}
- python {{ python }}
run:
- asdf
- astropy >=4.1
+ - scipy
- numpy
- python
diff --git a/hstaxe/god.sh b/hstaxe/god.sh
new file mode 100644
index 0000000..226bb8a
--- /dev/null
+++ b/hstaxe/god.sh
@@ -0,0 +1 @@
+docker run --rm -it -v /home/jhunk/Downloads/astroconda-contrib/hstaxe:/recipe astroconda/buildsys