diff options
| author | James E.H. Turner <jturner@gemini.edu> | 2016-10-17 15:11:06 -0400 |
|---|---|---|
| committer | James E.H. Turner <jturner@gemini.edu> | 2016-10-17 15:11:06 -0400 |
| commit | 191b5a1b3216f5f6910a1dbf890e867b3e288266 (patch) | |
| tree | a47b1e12914b8f6e1ef9689fc009586baa1c9e4c /iraf.stecf/meta.yaml | |
| parent | bac65ee7b0f73531047e395bd2ade806c2bfd208 (diff) | |
| parent | f78a281784e8d1ab66a32fffdb19d3de50cf5c69 (diff) | |
| download | astroconda-iraf-191b5a1b3216f5f6910a1dbf890e867b3e288266.tar.gz | |
Merge selected recipes from iraf-build-james branch of astroconda-contrib
Diffstat (limited to 'iraf.stecf/meta.yaml')
| -rw-r--r-- | iraf.stecf/meta.yaml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/iraf.stecf/meta.yaml b/iraf.stecf/meta.yaml new file mode 100644 index 0000000..6c0447f --- /dev/null +++ b/iraf.stecf/meta.yaml @@ -0,0 +1,29 @@ +about: + home: http://www.stsci.edu/institute/software_hardware/stsdas + license: US government notice (and third-party licenses) + summary: STECF package for IRAF +build: + binary_relocation: False + number: '0' + # These must be copied from astroconda-iraf-helpers, since conda unhelpfully + # 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.stecf + version: "3.17" +source: + fn: stsci_iraf-3.17-local.tar.gz # quirky requirement in addition to url + url: http://astroconda-source:4440/stsci_iraf-3.17-local.tar.gz +requirements: + build: + - astroconda-iraf-helpers + - iraf !=2.16.1,>=2.16.UR + - iraf.tables + - iraf.stsdas + run: + - iraf !=2.16.1,>=2.16.UR + - iraf.tables + - iraf.stsdas + |
