diff options
author | Joe Hunkeler <jhunkeler@gmail.com> | 2015-09-25 15:26:41 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunkeler@gmail.com> | 2015-09-25 15:26:41 -0400 |
commit | c5f46e374e9c361a6bb3191da3939a189fbe7afd (patch) | |
tree | 2c3602b7e5654f2f3835d89f1d690cb2bfd8abb8 /stsci-hst | |
parent | 8c6fc06f4ede99b55217b7ae538007d1e1fbb894 (diff) | |
download | cbc-recipes-c5f46e374e9c361a6bb3191da3939a189fbe7afd.tar.gz |
Initial commit
Diffstat (limited to 'stsci-hst')
-rw-r--r-- | stsci-hst/stsci-hst.ini | 101 |
1 files changed, 101 insertions, 0 deletions
diff --git a/stsci-hst/stsci-hst.ini b/stsci-hst/stsci-hst.ini new file mode 100644 index 0000000..f2a5183 --- /dev/null +++ b/stsci-hst/stsci-hst.ini @@ -0,0 +1,101 @@ +[package] +name : stsci-hst +version : 1.0 + +[about] +home : http://www.stsci.edu +license : BSD +summary : ${package:name} meta-package + +[source] +#fn : ${package:name}-${package:version}.tar.gz +#url : ${about:home}/${fn} + +[build] +number : 0 + +[requirements] +build : + ${requirements:run} +run : + # Extra + purge_path [py34] + purge_path [py27] + # HST + acstools [py34] + acstools [py27] + astrolib.coords [py34] + astrolib.coords [py27] + # pyfits MUST come before astropy... dependency nightmare + pyfits [py34] + pyfits [py27] + # astropy MUST come after pyfits... see also pyfits + astropy [py34] + astropy [py27] + calcos [py34] + calcos [py27] + costools [py34] + costools [py27] + d2to1 [py34] + d2to1 [py27] + fitsblender [py34] + fitsblender [py27] + hstcal [py34] + hstcal [py27] + nictools [py34] + nictools [py27] + pysynphot [py34] + pysynphot [py27] + pywcs [py34] + pywcs [py27] + reftools [py34] + reftools [py27] + stistools [py34] + stistools [py27] + stsci.convolve [py34] + stsci.convolve [py27] + stsci.distutils [py34] + stsci.distutils [py27] + stsci.image [py34] + stsci.image [py27] + stsci.imagemanip [py34] + stsci.imagemanip [py27] + stsci.imagestats [py34] + stsci.imagestats [py27] + stsci.ndimage [py34] + stsci.ndimage [py27] + stsci.sphinxext [py34] + stsci.sphinxext [py27] + stsci.stimage [py34] + stsci.stimage [py27] + stsci.skypac [py34] + stsci.skypac [py27] + stsci.tools [py34] + stsci.tools [py27] + stwcs [py34] + stwcs [py27] + wfpc2tools [py34] + wfpc2tools [py27] + wfc3tools [py34] + wfc3tools [py27] + + #Standard + anaconda [py34] + anaconda [py27] + numpy [py34] + numpy [py27] + python [py34] + python [py27] + +[test] +imports : + +commands : + + +[cbc_build] +linux : + echo "meta-package" + +windows : + echo "meta-package" |