aboutsummaryrefslogtreecommitdiff
path: root/gemini
diff options
context:
space:
mode:
authorJames Turner <jturner@gemini.edu>2019-04-25 12:19:35 -0400
committerJames Turner <jturner@gemini.edu>2019-04-25 12:19:35 -0400
commitf74904641a615ba94e5b05a2c2d196f2b2fb481f (patch)
tree48d82b8c83ccc6a2bcbd0b47ecd5a26e6b1f063e /gemini
parent095bda1ce290f8ae8facf64995bfdfa83ef472ec (diff)
downloadastroconda-iraf-f74904641a615ba94e5b05a2c2d196f2b2fb481f.tar.gz
Add recipe for public dragons package (based on the astroconda-gemini-internal one) and include it in the gemini meta-package.
Diffstat (limited to 'gemini')
-rw-r--r--gemini/meta.yaml10
1 files changed, 5 insertions, 5 deletions
diff --git a/gemini/meta.yaml b/gemini/meta.yaml
index 3af7cc9..dbec6e8 100644
--- a/gemini/meta.yaml
+++ b/gemini/meta.yaml
@@ -4,10 +4,10 @@ about:
license: BSD & (for Gemini IRAF) non-commercial use
summary: Collection of Gemini data reduction packages (meta-package)
build:
- number: '1'
+ number: '0'
package:
name: gemini
- version: 1.0
+ version: 2.0
requirements:
# Building this meta-package separately for every python version should
# allow us to generate all its constituent packages by listing them as
@@ -20,14 +20,14 @@ requirements:
# build:
# - python x.x
# - iraf.gemini >1
- # # - gemini_python >1
+ # # - dragons >1
# - disco_stu >1
# Let these versions float so users can "update" them individually, but
# avoid picking up internal versions from the gemini channel (the matching
# logic considers numbers greater than letters).
run:
- # - python x.x
+ # - python x.x # meta package need not be tied to a Python ver.
- iraf.gemini >1
- # - gemini_python >1
+ - dragons >1
- disco_stu >1