Skip to content

Commit

Permalink
Try setting DYLD_FALLBACK_LIBRARY_PATH on MacOS X and drop libgcc fro…
Browse files Browse the repository at this point in the history
…m runtime dependencies
  • Loading branch information
astrofrog committed Jul 20, 2016
1 parent 7053e43 commit 9bc37cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions recipe/build.sh 100644 → 100755
@@ -1,5 +1,8 @@
#!/bin/bash

# The following is only needed on Mac, and it will just be ignored on Linux
export DYLD_FALLBACK_LIBRARY_PATH=$PREFIX/lib

./configure --prefix="${PREFIX}" \
--enable-linux-lfs \
--with-zlib="${PREFIX}" \
Expand All @@ -8,8 +11,6 @@
--enable-fortran \
--with-default-plugindir="${PREFIX}/lib/hdf5/plugin"

# --enable-fortran2003

make
make check
make install
Expand Down
1 change: 0 additions & 1 deletion recipe/meta.yaml
Expand Up @@ -36,7 +36,6 @@ requirements:
- libgfortran # [not win]
run:
- zlib 1.2*
- libgcc # [not win]
- libgfortran # [not win]

test:
Expand Down

0 comments on commit 9bc37cf

Please sign in to comment.