Skip to content

Commit

Permalink
set COMEX_OFI_LIBRARY for OSX Travis CI build
Browse files Browse the repository at this point in the history
export COMEX_OFI_LIBRARY=TRAVIS_ROOT/libfabric/lib/libfabric.dylib
  • Loading branch information
Jeff Daily committed Jun 5, 2017
1 parent 01f8747 commit 04f1bc7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions travis/build-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ esac
case "x$PORT" in
xofi)
./configure --with-ofi=$TRAVIS_ROOT/libfabric
if [[ "$os" == "Darwin" ]]; then
export COMEX_OFI_LIBRARY=$TRAVIS_ROOT/libfabric/lib/libfabric.dylib
fi
;;
x)
./configure $CONFIG_OPTS
Expand Down

0 comments on commit 04f1bc7

Please sign in to comment.