From 150c3a4045d7a89a27d61fcd91952e603495c419 Mon Sep 17 00:00:00 2001 From: James Turner Date: Thu, 1 Dec 2016 10:50:57 -0300 Subject: 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). --- iraf/meta.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'iraf') 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 -- cgit