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-help/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-help/meta.yaml')
| -rw-r--r-- | iraf-help/meta.yaml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/iraf-help/meta.yaml b/iraf-help/meta.yaml new file mode 100644 index 0000000..b6fad01 --- /dev/null +++ b/iraf-help/meta.yaml @@ -0,0 +1,16 @@ +about: + home: http://iraf.noao.edu + license: MIT (and third-party licenses) + summary: Core IRAF help & apropos databases (built separately) +build: + binary_relocation: False + number: '0' +package: + name: iraf-help + version: "2.16.UR" +requirements: + build: + - astroconda-iraf-helpers # depends on PyRAF, hence why separate + - iraf !=2.16.1,>=2.16.UR + run: + - iraf !=2.16.1,>=2.16.UR |
