diff options
| author | James Turner <jturner@gemini.edu> | 2016-12-07 13:16:51 -0500 |
|---|---|---|
| committer | James Turner <jturner@gemini.edu> | 2016-12-07 13:16:51 -0500 |
| commit | 1bf227afdf7d862fc26f9ed74887ef271f431fe2 (patch) | |
| tree | 095395c7318737eff586cf1552a3c9aa8c1ca1ec /iraf.cfh12k/meta.yaml | |
| parent | 2bf58ad2e6d7c8cd96cc781d9dd9bdc0fa9fa85a (diff) | |
| download | astroconda-iraf-1bf227afdf7d862fc26f9ed74887ef271f431fe2.tar.gz | |
Add adccdrom, cfh12k & cirred IRAF packages.
Diffstat (limited to 'iraf.cfh12k/meta.yaml')
| -rw-r--r-- | iraf.cfh12k/meta.yaml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/iraf.cfh12k/meta.yaml b/iraf.cfh12k/meta.yaml new file mode 100644 index 0000000..54d95e0 --- /dev/null +++ b/iraf.cfh12k/meta.yaml @@ -0,0 +1,26 @@ +about: + home: http://iraf.noao.edu/ + license: IRAF MIT/X11 variant + summary: CFH12K 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.cfh12k + version: "2013_01_02" +source: + fn: cfh12k-universal-2013-01-02.tar.gz + url: http://astroconda-source:4440/cfh12k-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 + |
