diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2019-05-02 11:22:25 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-02 11:22:25 -0400 |
commit | 224fab2146671724434927fec5e6f7b8e8266902 (patch) | |
tree | e9d2d5ad1819b0931ef0e463d5b9a42cd7fa8e19 | |
parent | 6ed4b53b6d3f90249a5a5750985bbd0a2d23b2fa (diff) | |
download | astroconda-dev-224fab2146671724434927fec5e6f7b8e8266902.tar.gz |
jwst_gtvt: update recipe (#192)
-rw-r--r-- | jwst_gtvt/bld.bat | 2 | ||||
-rw-r--r-- | jwst_gtvt/build.sh | 2 | ||||
-rw-r--r-- | jwst_gtvt/meta.yaml | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/jwst_gtvt/bld.bat b/jwst_gtvt/bld.bat index 39b5e1f..6d5f099 100644 --- a/jwst_gtvt/bld.bat +++ b/jwst_gtvt/bld.bat @@ -1 +1 @@ -%PYTHON% setup.py install +%PYTHON% setup.py install --single-version-externally-managed --record=root.txt diff --git a/jwst_gtvt/build.sh b/jwst_gtvt/build.sh index 5a5aeeb..b699425 100644 --- a/jwst_gtvt/build.sh +++ b/jwst_gtvt/build.sh @@ -1 +1 @@ -$PYTHON setup.py install +$PYTHON setup.py install --single-version-externally-managed --record=root.txt diff --git a/jwst_gtvt/meta.yaml b/jwst_gtvt/meta.yaml index ae4d1d5..afb3bb8 100644 --- a/jwst_gtvt/meta.yaml +++ b/jwst_gtvt/meta.yaml @@ -22,6 +22,7 @@ package: requirements: build: - astropy + - astroquery - matplotlib - numpy {{ numpy }} - setuptools @@ -29,6 +30,7 @@ requirements: run: - astropy + - astroquery - matplotlib - numpy - python |