diff options
author | James Turner <jturner@gemini.edu> | 2017-07-26 16:05:19 -0400 |
---|---|---|
committer | James Turner <jturner@gemini.edu> | 2017-07-26 16:05:19 -0400 |
commit | 437d3bc627d0f953be06fdc2b18a45b8346e6e04 (patch) | |
tree | 83c5eabae5437e4ba385ac8db1ad4ad2112a1ffc | |
parent | abec28775119d2504f984eb6cf08500be989b111 (diff) | |
download | astroconda-iraf-437d3bc627d0f953be06fdc2b18a45b8346e6e04.tar.gz |
Remove some stray binaries from the Gemini IRAF 1.14 tarball before building (moved from ac_build_iraf_pkg, where it was briefly included).
-rw-r--r-- | iraf.gemini/build.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/iraf.gemini/build.sh b/iraf.gemini/build.sh index 2353907..9bc61fc 100644 --- a/iraf.gemini/build.sh +++ b/iraf.gemini/build.sh @@ -3,6 +3,10 @@ # eval $PREFIX/iraf/unix/hlib/setup directly if "--level" needs specifying): . setup_iraf.sh +# As of v1.14, the "source" tarball contains some unwanted Apple binaries that +# mess up linking unless removed: +find . \( -name "*.a" -o -name "*.o" \) -exec rm -f {} \; + # Build from source in envs/_build (using build script from astroconda-utils): ac_build_iraf_pkg |