diff options
author | James Turner <jturner@gemini.edu> | 2016-12-01 08:50:57 -0500 |
---|---|---|
committer | James Turner <jturner@gemini.edu> | 2016-12-01 08:50:57 -0500 |
commit | 150c3a4045d7a89a27d61fcd91952e603495c419 (patch) | |
tree | 52527db00a364e108058918214a7b672bad2421a /iraf | |
parent | 70b470a872dd001428b45530e67bd2ac0b195767 (diff) | |
download | astroconda-iraf-150c3a4045d7a89a27d61fcd91952e603495c419.tar.gz |
Use new $iraf/util/make_help to build IRAF help databases, instead of having iraf-help & astroconda-iraf-helpers rely on PyRAF (the latter still has a PyRAF script but the dependency has been removed to avoid pulling in a large number of unnecessary & potentially broken deps when building IRAF packages).
Diffstat (limited to 'iraf')
-rw-r--r-- | iraf/meta.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/iraf/meta.yaml b/iraf/meta.yaml index e0ac584..a8954d7 100644 --- a/iraf/meta.yaml +++ b/iraf/meta.yaml @@ -1,7 +1,7 @@ about: home: http://iraf.noao.edu license: MIT (and third-party licenses) - summary: Core NOAO IRAF and X11IRAF meta-package (including help) + summary: Core NOAO IRAF and X11IRAF meta-package build: number: '0' package: @@ -15,10 +15,10 @@ requirements: # updating component packages easily etc.). build: - iraf-core ==2.16.UR - - iraf-help ==2.16.UR + # - iraf-help ==2.16.UR - iraf-x11 ==2.0 run: - iraf-core ==2.16.UR # (also pulls in iraf-os-libs) - - iraf-help ==2.16.UR + # - iraf-help ==2.16.UR - iraf-x11 ==2.0 |