diff options
Diffstat (limited to 'iraf')
-rw-r--r-- | iraf/meta.yaml | 17 |
1 files 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 + |