aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--iraf.ctio/meta.yaml27
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
+