From 68e7f004af2579b7903e2f771107592f99094d94 Mon Sep 17 00:00:00 2001 From: James Turner Date: Fri, 21 Oct 2016 10:48:49 -0300 Subject: Use new iraf-os-libs dependency for X11IRAF (don't assume the libs are in the OS). --- iraf-x11/meta.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/iraf-x11/meta.yaml b/iraf-x11/meta.yaml index 4ccf72a..b72537b 100644 --- a/iraf-x11/meta.yaml +++ b/iraf-x11/meta.yaml @@ -5,14 +5,18 @@ about: build: #binary_relocation: False [osx] #detect_binary_files_with_prefix: False [osx] + rpaths: + - lib32/ number: '0' package: name: iraf-x11 version: "2.0" requirements: build: + - iraf-os-libs - iraf !=2.16.1,>=2.16.UR run: + - iraf-os-libs - iraf !=2.16.1,>=2.16.UR source: svn_url: https://aeon.stsci.edu/ssb/svn/u-rel/x11iraf/trunk/ -- cgit