From f7d4ad22903e4d215f523aadb2439ceadc8340b4 Mon Sep 17 00:00:00 2001 From: James Turner Date: Fri, 21 Oct 2016 13:48:58 -0300 Subject: Revert to using the source trunk URL after merging and use new iraf-os-libs dependency for ecl/vocl portability. --- iraf/meta.yaml | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/iraf/meta.yaml b/iraf/meta.yaml index 2bd7031..f3628f3 100644 --- a/iraf/meta.yaml +++ b/iraf/meta.yaml @@ -3,13 +3,20 @@ about: license: MIT (and third-party licenses) summary: NOAO Image Reduction and Analysis Facility build: - binary_relocation: False - #detect_binary_files_with_prefix: False [osx] + 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/branches/jhunk-patches - # svn_rev: 4156 - svn_url: https://aeon.stsci.edu/ssb/svn/u-rel/iraf-2.16/branches/conda_patches + svn_url: https://aeon.stsci.edu/ssb/svn/u-rel/iraf-2.16/trunk + -- cgit