aboutsummaryrefslogtreecommitdiff
path: root/iraf.esowfi/meta.yaml
diff options
context:
space:
mode:
authorJames Turner <jturner@gemini.edu>2016-12-07 15:24:07 -0500
committerJames Turner <jturner@gemini.edu>2016-12-07 15:24:07 -0500
commit0eb9031610dead0ae92d7a479eba22d4ac10562b (patch)
tree407ee7b9d71157ae119bae185ede2c3a5003123d /iraf.esowfi/meta.yaml
parent0fa57d74bbdc1958bff662be487eacdeb68bd635 (diff)
downloadastroconda-iraf-0eb9031610dead0ae92d7a479eba22d4ac10562b.tar.gz
Add ESOWFI & MSCRED IRAF packages.
Diffstat (limited to 'iraf.esowfi/meta.yaml')
-rw-r--r--iraf.esowfi/meta.yaml26
1 files changed, 26 insertions, 0 deletions
diff --git a/iraf.esowfi/meta.yaml b/iraf.esowfi/meta.yaml
new file mode 100644
index 0000000..44ac1df
--- /dev/null
+++ b/iraf.esowfi/meta.yaml
@@ -0,0 +1,26 @@
+about:
+ home: http://iraf.noao.edu/
+ license: IRAF MIT/X11 variant
+ summary: ESOWFI 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.esowfi
+ version: "2013_01_02"
+source:
+ fn: esowfi-universal-2013-01-02.tar.gz
+ url: http://astroconda-source:4440/esowfi-universal-2013-01-02.tar.gz
+requirements:
+ build:
+ - astroconda-iraf-helpers
+ - iraf !=2.16.1,>=2.16.UR
+ run:
+ - iraf !=2.16.1,>=2.16.UR
+ - iraf.mscred
+