diff options
author | James Turner <jturner@gemini.edu> | 2016-12-07 14:00:03 -0500 |
---|---|---|
committer | James Turner <jturner@gemini.edu> | 2016-12-07 14:00:03 -0500 |
commit | 162293e8024bba18d40f7d125eba3b0e9a1796e1 (patch) | |
tree | 5bfe499bbe385bf81dd112b0fe275e4dc3b52474 | |
parent | 1bf227afdf7d862fc26f9ed74887ef271f431fe2 (diff) | |
download | astroconda-iraf-162293e8024bba18d40f7d125eba3b0e9a1796e1.tar.gz |
Define the ctio patch file (was missing from meta.yaml).
-rw-r--r-- | iraf.ctio/meta.yaml | 27 |
1 files changed, 27 insertions, 0 deletions
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 + |