diff options
author | James E.H. Turner <jturner@gemini.edu> | 2023-04-04 14:56:59 -0400 |
---|---|---|
committer | James E.H. Turner <jturner@gemini.edu> | 2023-04-04 14:56:59 -0400 |
commit | 074c6038d5b82958d7d24a764862fb161cbed89d (patch) | |
tree | fc560cd0079a84596ae1f738c4dc1ceb02256772 | |
parent | b03295789c14d4748ff756d503d50f9d5eb0cfd1 (diff) | |
download | astroconda-iraf-074c6038d5b82958d7d24a764862fb161cbed89d.tar.gz |
Update gemini meta-package to v2.1 for dragons 3.1, removing disco-stu, which is now incorporated in dragons.
Convert to a noarch package and remove some old comments.
-rw-r--r-- | gemini/meta.yaml | 30 |
1 files changed, 7 insertions, 23 deletions
diff --git a/gemini/meta.yaml b/gemini/meta.yaml index dbec6e8..d067b5a 100644 --- a/gemini/meta.yaml +++ b/gemini/meta.yaml @@ -1,33 +1,17 @@ -# conda-build --python=x.x --prefix-length=70 gemini +package: + name: gemini + version: 2.1 +build: + number: '0' + noarch: generic about: home: http://www.gemini.edu/sciops/data-and-results/processing-software license: BSD & (for Gemini IRAF) non-commercial use summary: Collection of Gemini data reduction packages (meta-package) -build: - number: '0' -package: - name: gemini - 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 - # build dependencies here (which also seems to be what stsci does; as long - # as older versions aren't picked up), but it is currently better to build - # python packages explicitly beforehand, to avoid imposing IRAF's 70-char - # path length on them, until such time as that can be defined in meta.yaml - # (also, disco_stu currently won't build in a 70-char path due to some - # texlive path length mismatch). - # build: - # - python x.x - # - iraf.gemini >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 # meta package need not be tied to a Python ver. - iraf.gemini >1 - - dragons >1 - - disco_stu >1 - + - dragons >=3.1 # disco-stu has been moved into dragons 3.1 |