summaryrefslogtreecommitdiff
path: root/stsci
diff options
context:
space:
mode:
Diffstat (limited to 'stsci')
-rw-r--r--stsci/bld.bat2
-rw-r--r--stsci/build.sh2
-rw-r--r--stsci/meta.yaml34
3 files changed, 38 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..7f3e58f
--- /dev/null
+++ b/stsci/meta.yaml
@@ -0,0 +1,34 @@
+{% set name = 'stsci' %}
+{% set version = environ.get("GIT_DESCRIBE_TAG", "0.0.0")
+ +".dev"
+ +environ.get("GIT_DESCRIBE_NUMBER", "0") %}
+{% set number = '0' %}
+
+about:
+ home: http://stsci.edu
+ license: BSD
+ summary: stsci meta-package
+build:
+ number: {{ number }}
+package:
+ name: {{ name }}
+ version: {{ version }}
+requirements:
+ run:
+ - stsci-hst
+ - stsci-data-analysis
+ - astropy
+ - cfitsio
+ - ds9
+ - fftw
+ - htc_utils
+ - imexam
+ - photutils
+ - poppy
+ - purge_path
+ - pyds9
+ - pyfftw
+ - webbpsf
+ - webbpsf-data
+ - numpy x.x
+ - python x.x