diff options
author | James E.H. Turner <jturner@gemini.edu> | 2016-10-12 13:28:54 -0400 |
---|---|---|
committer | James E.H. Turner <jturner@gemini.edu> | 2016-10-12 13:28:54 -0400 |
commit | 26e9edead94cfb61b791bc7717b4c7c4957cc879 (patch) | |
tree | 99ed1c7c407f19a045fa5e719e948b5043dda399 /iraf-help/meta.yaml | |
parent | 6173807e3dcc404d7c8b5343b57f78158e9e9046 (diff) | |
download | astroconda-iraf-26e9edead94cfb61b791bc7717b4c7c4957cc879.tar.gz |
Package containing the core IRAF help & apropos databases (separated because the script to build help depends on pyraf).
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..382284a --- /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-build-utils # depends on PyRAF, hence why separate + - iraf !=2.16.1,>=2.16.UR + run: + - iraf !=2.16.1,>=2.16.UR |