diff options
Diffstat (limited to 'iraf.stsdas/meta.yaml')
| -rw-r--r-- | iraf.stsdas/meta.yaml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/iraf.stsdas/meta.yaml b/iraf.stsdas/meta.yaml new file mode 100644 index 0000000..39f2ff9 --- /dev/null +++ b/iraf.stsdas/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: STScI STSDAS package for IRAF +build: + binary_relocation: False + number: '0' + # These must be copied from astroconda-build-utils, 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.stsdas + 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 + patches: + - ac.iraf.stsci.patch +requirements: + build: + - astroconda-build-utils + - iraf !=2.16.1,>=2.16.UR + - iraf.tables + run: + - iraf !=2.16.1,>=2.16.UR + - iraf.tables + |
