diff options
author | James Turner <jturner@gemini.edu> | 2016-10-21 12:48:58 -0400 |
---|---|---|
committer | James Turner <jturner@gemini.edu> | 2016-10-21 12:48:58 -0400 |
commit | f7d4ad22903e4d215f523aadb2439ceadc8340b4 (patch) | |
tree | c1b0363b22d35b5089991c5c40279761d7e94b25 /iraf | |
parent | 4bc945f0e4c48e9814f36bd47653fd007d267849 (diff) | |
download | astroconda-iraf-f7d4ad22903e4d215f523aadb2439ceadc8340b4.tar.gz |
Revert to using the source trunk URL after merging and use new iraf-os-libs dependency for ecl/vocl portability.
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 + |