From 2bf58ad2e6d7c8cd96cc781d9dd9bdc0fa9fa85a Mon Sep 17 00:00:00 2001 From: James Turner Date: Tue, 6 Dec 2016 13:14:50 -0300 Subject: Rename iraf-core back to iraf after eliminating need for a separate help pkg. --- iraf/meta.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 iraf/meta.yaml (limited to 'iraf/meta.yaml') 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 + -- cgit