diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2016-03-22 13:20:01 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2016-03-22 13:20:01 -0400 |
commit | 4a40f6ceeae7f2a3b1146330d3eeea1150f2ef42 (patch) | |
tree | abfa097ebd2fc1bec6ab3bc9ea1e6807fc3b508c /jwst_lib | |
parent | be2ed0810a0d5180d9a7193dd36dc17122156d20 (diff) | |
download | cbc-recipes-4a40f6ceeae7f2a3b1146330d3eeea1150f2ef42.tar.gz |
Add x.x dependencies, add additional dependencies to recipes
Diffstat (limited to 'jwst_lib')
-rw-r--r-- | jwst_lib/jwst_lib.ini | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/jwst_lib/jwst_lib.ini b/jwst_lib/jwst_lib.ini index c62975c..e8b9e1f 100644 --- a/jwst_lib/jwst_lib.ini +++ b/jwst_lib/jwst_lib.ini @@ -26,34 +26,34 @@ build : crds asdf stsci.distutils - numpy - setuptools - python + numpy x.x + setuptools + python x.x run : asdf-standard astropy >=1.1 crds asdf - numpy - python + numpy x.x + python x.x [test] imports : jwst_lib - + commands : - + [cbc_build] linux : pip install --no-deps --force --upgrade d2to1 for d in jwst_lib/* do - ( cd $$d && python setup.py install || exit 1 ) + ( cd $$d && python setup.py install || exit 1 ) done windows : echo "Unsupported (yet?)" - #python setup.py install - #if errorlevel 1 exit 1 + #python setup.py install + #if errorlevel 1 exit 1 |