From 26e9edead94cfb61b791bc7717b4c7c4957cc879 Mon Sep 17 00:00:00 2001 From: "James E.H. Turner" Date: Wed, 12 Oct 2016 14:28:54 -0300 Subject: Package containing the core IRAF help & apropos databases (separated because the script to build help depends on pyraf). --- iraf-help/meta.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 iraf-help/meta.yaml (limited to 'iraf-help/meta.yaml') diff --git a/iraf-help/meta.yaml b/iraf-help/meta.yaml new file mode 100644 index 0000000..382284a --- /dev/null +++ b/iraf-help/meta.yaml @@ -0,0 +1,16 @@ +about: + home: http://iraf.noao.edu + license: MIT (and third-party licenses) + summary: Core IRAF help & apropos databases (built separately) +build: + binary_relocation: False + number: '0' +package: + name: iraf-help + version: "2.16.UR" +requirements: + build: + - astroconda-build-utils # depends on PyRAF, hence why separate + - iraf !=2.16.1,>=2.16.UR + run: + - iraf !=2.16.1,>=2.16.UR -- cgit From b4046c3cf7e7f8aaa7803d0fbdad89ba9b09b6a1 Mon Sep 17 00:00:00 2001 From: "James E.H. Turner" Date: Wed, 12 Oct 2016 17:25:59 -0300 Subject: Use renamed astroconda-iraf-helpers. --- iraf-help/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iraf-help/meta.yaml') diff --git a/iraf-help/meta.yaml b/iraf-help/meta.yaml index 382284a..b6fad01 100644 --- a/iraf-help/meta.yaml +++ b/iraf-help/meta.yaml @@ -10,7 +10,7 @@ package: version: "2.16.UR" requirements: build: - - astroconda-build-utils # depends on PyRAF, hence why separate + - astroconda-iraf-helpers # depends on PyRAF, hence why separate - iraf !=2.16.1,>=2.16.UR run: - iraf !=2.16.1,>=2.16.UR -- cgit