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.fitsutil/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.fitsutil/meta.yaml')
| -rw-r--r-- | iraf.fitsutil/meta.yaml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/iraf.fitsutil/meta.yaml b/iraf.fitsutil/meta.yaml new file mode 100644 index 0000000..b1d2114 --- /dev/null +++ b/iraf.fitsutil/meta.yaml @@ -0,0 +1,27 @@ +about: + home: http://iraf.noao.edu/ + license: IRAF MIT/X11 variant, CFITSIO government notice & GPL + summary: FITSUTIL 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.fitsutil + version: "2011_02_22" +source: + fn: fitsutil-src-2011-02-22.tar.gz + url: http://astroconda-source:4440/fitsutil-src-2011-02-22.tar.gz + patches: + - ac.iraf.fitsutil.patch +requirements: + build: + - astroconda-iraf-helpers + - iraf !=2.16.1,>=2.16.UR + run: + - iraf !=2.16.1,>=2.16.UR + |
