diff options
| author | James Turner <jturner@gemini.edu> | 2016-12-06 11:14:50 -0500 |
|---|---|---|
| committer | James Turner <jturner@gemini.edu> | 2016-12-06 11:14:50 -0500 |
| commit | 2bf58ad2e6d7c8cd96cc781d9dd9bdc0fa9fa85a (patch) | |
| tree | 7bf1750b8dd286f9fe1f8726bce97245327ae8b9 /iraf/meta.yaml | |
| parent | 14555b74aedd7fb96c37a32fecb9b9668c1ba425 (diff) | |
| download | astroconda-iraf-2bf58ad2e6d7c8cd96cc781d9dd9bdc0fa9fa85a.tar.gz | |
Rename iraf-core back to iraf after eliminating need for a separate help pkg.
Diffstat (limited to 'iraf/meta.yaml')
| -rw-r--r-- | iraf/meta.yaml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/iraf/meta.yaml b/iraf/meta.yaml new file mode 100644 index 0000000..83dd666 --- /dev/null +++ b/iraf/meta.yaml @@ -0,0 +1,22 @@ +about: + home: http://iraf.noao.edu + license: MIT (and third-party licenses) + summary: NOAO Image Reduction and Analysis Facility +build: + binary_relocation: False # [osx] + detect_binary_files_with_prefix: False + # (if binary relocation is problematic, add "ignore_prefix_files" below) + rpaths: + - lib32/ + number: '0' +package: + name: iraf + version: "2.16.UR" +requirements: + build: + - iraf-os-libs # [linux] + run: + - iraf-os-libs # [linux] +source: + svn_url: https://aeon.stsci.edu/ssb/svn/u-rel/iraf-2.16/trunk + |
