diff options
| author | Joe Hunkeler <jhunkeler@gmail.com> | 2015-09-02 22:24:08 -0400 | 
|---|---|---|
| committer | Joe Hunkeler <jhunkeler@gmail.com> | 2015-09-02 22:24:08 -0400 | 
| commit | d8713776ec60ac47e73691ba71f3d3d3580b298c (patch) | |
| tree | 37d367feeea5acb1ff3af3085a9dbe1cb3cf15be /stsci | |
| parent | 57d3cd7f5ef7a335fbb0c948951dc174feedde65 (diff) | |
| download | cbc-recipes-d8713776ec60ac47e73691ba71f3d3d3580b298c.tar.gz | |
Recommit
Diffstat (limited to 'stsci')
| -rw-r--r-- | stsci/stsci_np19py27.ini (renamed from stsci/stsci.ini) | 4 | ||||
| -rw-r--r-- | stsci/stsci_np19py34.ini | 86 | 
2 files changed, 89 insertions, 1 deletions
| diff --git a/stsci/stsci.ini b/stsci/stsci_np19py27.ini index 4d17ebf..20cfb1c 100644 --- a/stsci/stsci.ini +++ b/stsci/stsci_np19py27.ini @@ -16,7 +16,7 @@ number : 0  [requirements]  build :  -    ${requirements:run} +    #${requirements:run}  run :   	#STScI  	acstools @@ -69,6 +69,8 @@ run :      #Standard      anaconda +    python ==2.7 +    numpy ==1.9  [test]  imports :  diff --git a/stsci/stsci_np19py34.ini b/stsci/stsci_np19py34.ini new file mode 100644 index 0000000..a097797 --- /dev/null +++ b/stsci/stsci_np19py34.ini @@ -0,0 +1,86 @@ +[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 +    python ==3.4 +    numpy ==1.9 + +[test] +imports :  +	 +commands :  +	 + +[cbc_build] +linux :  +    echo "meta-package" + +windows :  +    echo "meta-package" | 
