From 2bf58ad2e6d7c8cd96cc781d9dd9bdc0fa9fa85a Mon Sep 17 00:00:00 2001 From: James Turner Date: Tue, 6 Dec 2016 13:14:50 -0300 Subject: Rename iraf-core back to iraf after eliminating need for a separate help pkg. --- iraf-all/meta.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'iraf-all') diff --git a/iraf-all/meta.yaml b/iraf-all/meta.yaml index c02a1db..b79c8a8 100644 --- a/iraf-all/meta.yaml +++ b/iraf-all/meta.yaml @@ -14,7 +14,8 @@ requirements: # builds correctly -- the packages are listed in their build order here, # in the hope of circumventing that problem). build: - - iraf !=2.16.1,>=2.16.UR # (meta package including X11IRAF) + - iraf !=2.16.1,>=2.16.UR + - iraf-x11 >=2.0 - iraf.fitsutil - iraf.tables - iraf.stsdas @@ -23,7 +24,8 @@ requirements: # For public use, these need to be floating version numbers, to allow # updating constituent packages easily: run: - - iraf !=2.16.1,>=2.16.UR # (meta package including X11IRAF) + - iraf !=2.16.1,>=2.16.UR + - iraf-x11 >=2.0 - iraf.fitsutil - iraf.tables - iraf.stsdas -- cgit