diff options
author | Joe Hunkeler <jhunkeler@gmail.com> | 2015-09-02 12:24:58 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunkeler@gmail.com> | 2015-09-02 12:24:58 -0400 |
commit | 2027ea8ca1eb5dbdc2aeb65eda9e7ea6747ec74f (patch) | |
tree | 5154b02587d8f00023546b28f8fb13285d69eeac /stsci | |
parent | 40781a00f77a768afd8e880e61e3b5656c187327 (diff) | |
download | cbc-recipes-2027ea8ca1eb5dbdc2aeb65eda9e7ea6747ec74f.tar.gz |
Initial commit
Diffstat (limited to 'stsci')
-rw-r--r-- | stsci/stsci.ini | 84 |
1 files changed, 84 insertions, 0 deletions
diff --git a/stsci/stsci.ini b/stsci/stsci.ini new file mode 100644 index 0000000..4d17ebf --- /dev/null +++ b/stsci/stsci.ini @@ -0,0 +1,84 @@ +[package] +name : stsci +version : 0.1 + +[about] +home : http://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 : + #STScI + acstools + asdf-standard + astrolib.coords + astropy + astropy-helpers + calcos + cfitsio + d2to1 + drizzle [py27] + ds9 + fftw + fitsblender + hstcal + htc_utils + imexam + nictools + photutils + poppy + purge_path + pyasdf + pydrizzle + pyfftw + pyfits + #pyqtgraph #issues with building + pysynphot [py27] + pywcs + reftools [py27] + stistools + stsci.convolve + stsci.distutils + stsci.image + stsci.imagemanip + stsci.imagestats + stsci.ndimage + stsci.sphinxext + stsci.stimage + stsci.tools + stwcs + + webbpsf + wfpc2tools + wfc3tools + + + #3rd-party + atlas-generic + sextractor-generic + + #Standard + anaconda + +[test] +imports : + +commands : + + +[cbc_build] +linux : + echo "meta-package" + +windows : + echo "meta-package" |