diff options
author | James E.H. Turner <jturner@gemini.edu> | 2016-10-21 10:11:28 -0400 |
---|---|---|
committer | James E.H. Turner <jturner@gemini.edu> | 2016-10-21 10:11:28 -0400 |
commit | 4bc945f0e4c48e9814f36bd47653fd007d267849 (patch) | |
tree | b7715ba5c1587bc844835251cc7ed09492979c77 /iraf-x11 | |
parent | 68e7f004af2579b7903e2f771107592f99094d94 (diff) | |
download | astroconda-iraf-4bc945f0e4c48e9814f36bd47653fd007d267849.tar.gz |
New iraf-os-libs should only be a dependency on linux.
Diffstat (limited to 'iraf-x11')
-rw-r--r-- | iraf-x11/meta.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/iraf-x11/meta.yaml b/iraf-x11/meta.yaml index b72537b..f6adbe4 100644 --- a/iraf-x11/meta.yaml +++ b/iraf-x11/meta.yaml @@ -3,8 +3,8 @@ about: license: MIT summary: X11 support for IRAF build: - #binary_relocation: False [osx] - #detect_binary_files_with_prefix: False [osx] + #binary_relocation: False # [osx] + #detect_binary_files_with_prefix: False # [osx] rpaths: - lib32/ number: '0' @@ -13,10 +13,10 @@ package: version: "2.0" requirements: build: - - iraf-os-libs + - iraf-os-libs # [linux] - iraf !=2.16.1,>=2.16.UR run: - - iraf-os-libs + - iraf-os-libs # [linux] - iraf !=2.16.1,>=2.16.UR source: svn_url: https://aeon.stsci.edu/ssb/svn/u-rel/x11iraf/trunk/ |