diff options
author | James Turner <jturner@gemini.edu> | 2016-10-21 09:48:49 -0400 |
---|---|---|
committer | James Turner <jturner@gemini.edu> | 2016-10-21 09:48:49 -0400 |
commit | 68e7f004af2579b7903e2f771107592f99094d94 (patch) | |
tree | 1e99e20979f29b330e66f0cf6a473b248dd986cf /iraf-x11 | |
parent | 73f52caf1321ddc027dba624da5907dcb49ef615 (diff) | |
download | astroconda-iraf-68e7f004af2579b7903e2f771107592f99094d94.tar.gz |
Use new iraf-os-libs dependency for X11IRAF (don't assume the libs are in the OS).
Diffstat (limited to 'iraf-x11')
-rw-r--r-- | iraf-x11/meta.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
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/ |