From 162293e8024bba18d40f7d125eba3b0e9a1796e1 Mon Sep 17 00:00:00 2001 From: James Turner Date: Wed, 7 Dec 2016 16:00:03 -0300 Subject: Define the ctio patch file (was missing from meta.yaml). --- iraf.ctio/meta.yaml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 iraf.ctio/meta.yaml diff --git a/iraf.ctio/meta.yaml b/iraf.ctio/meta.yaml new file mode 100644 index 0000000..4829f58 --- /dev/null +++ b/iraf.ctio/meta.yaml @@ -0,0 +1,27 @@ +about: + home: http://iraf.noao.edu/ + license: IRAF MIT/X11 variant + summary: CTIO package for IRAF +build: + binary_relocation: False + number: '0' + # These must be copied from astroconda-iraf-helpers, since conda disallows + # the post-install step from depending on other packages: + always_include_files: + - bin/ac_config_iraf_pkg + - bin/ac_update_extern_pkg +package: + name: iraf.ctio + version: "2010_11_18" +source: + fn: ctio-src-2010-11-18.tar.gz + url: http://astroconda-source:4440/ctio-src-2010-11-18.tar.gz + patches: + - ac.iraf.ctio.patch +requirements: + build: + - astroconda-iraf-helpers + - iraf !=2.16.1,>=2.16.UR + run: + - iraf !=2.16.1,>=2.16.UR + -- cgit