diff options
| author | Joe Hunkeler <jhunk@stsci.edu> | 2016-03-23 17:00:53 -0400 | 
|---|---|---|
| committer | Joe Hunkeler <jhunk@stsci.edu> | 2016-03-23 17:00:53 -0400 | 
| commit | e4caf4a2acbb18875b1064246554e4105449b5a3 (patch) | |
| tree | b57ece5acd84c9a8c9235818b975a439c8ae3df9 /stsci | |
| download | astroconda-contrib-e4caf4a2acbb18875b1064246554e4105449b5a3.tar.gz | |
Initial commit
Diffstat (limited to 'stsci')
| -rw-r--r-- | stsci/bld.bat | 2 | ||||
| -rw-r--r-- | stsci/build.sh | 2 | ||||
| -rw-r--r-- | stsci/meta.yaml | 48 | 
3 files changed, 52 insertions, 0 deletions
| diff --git a/stsci/bld.bat b/stsci/bld.bat new file mode 100644 index 0000000..3aee3d8 --- /dev/null +++ b/stsci/bld.bat @@ -0,0 +1,2 @@ + +echo "meta-package"
\ No newline at end of file diff --git a/stsci/build.sh b/stsci/build.sh new file mode 100644 index 0000000..3aee3d8 --- /dev/null +++ b/stsci/build.sh @@ -0,0 +1,2 @@ + +echo "meta-package"
\ No newline at end of file diff --git a/stsci/meta.yaml b/stsci/meta.yaml new file mode 100644 index 0000000..6bea935 --- /dev/null +++ b/stsci/meta.yaml @@ -0,0 +1,48 @@ +about: +    home: http://stsci.edu +    license: BSD +    summary: stsci meta-package +build: +    number: '0' +package: +    name: stsci +    version: 1.0.0 +requirements: +    build: +    - stsci-hst +    - stsci-data-analysis +    - astropy >=1.1 +    - cfitsio ==3.370 +    - d2to1 ==0.2.12 +    - ds9 ==7.4 +    - fftw ==3.3.4 +    - htc_utils >=0.1 +    - imexam ==0.5.2 +    - photutils ==0.2.1 +    - poppy ==0.4.0 +    - purge_path >=0.0.1 +    - pyds9 ==1.8.1 +    - pyfftw ==0.9.2 +    - webbpsf ==0.4.0 +    - webbpsf-data ==0.4.0 +    - numpy x.x +    - python x.x +    run: +    - stsci-hst +    - stsci-data-analysis +    - astropy >=1.1 +    - cfitsio ==3.370 +    - d2to1 ==0.2.12 +    - ds9 ==7.4 +    - fftw ==3.3.4 +    - htc_utils >=0.1 +    - imexam ==0.5.2 +    - photutils ==0.2.1 +    - poppy ==0.4.0 +    - purge_path >=0.0.1 +    - pyds9 ==1.8.1 +    - pyfftw ==0.9.2 +    - webbpsf ==0.4.0 +    - webbpsf-data ==0.4.0 +    - numpy x.x +    - python x.x | 
