Skip to content

Commit ab5e86c

Browse files
committed
travis: install hwloc packages
Signed-off-by: Gilles Gouaillardet <[email protected]>
1 parent 2f4013c commit ab5e86c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ addons:
3333
- libnl-route-3-dev
3434
- libibverbs-dev
3535
- librdmacm-dev
36+
- libhwloc-dev
3637
sources:
3738
- ubuntu-toolchain-r-test
3839

@@ -57,6 +58,7 @@ before_install:
5758
- if [[ "$TRAVIS_OS_NAME" == "linux" ]] && [[ "$GCC_VERSION" == "6" ]] ; then sudo apt-get --assume-yes install gcc-6 g++-6 gfortran-6; fi
5859
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then cd libfabric && ./autogen.sh && ./configure --prefix=$HOME/bogus --enable-usnic --disable-verbs $COMPILERS && make install && cd .. ; fi
5960
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; brew upgrade automake || true; brew upgrade libtool || true; fi
61+
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew tap homebrew/science || true; brew install hwloc || true; brew upgrade hwloc || true ; fi
6062
- if [[ "$TRAVIS_OS_NAME" == "osx" ]] && [[ "$GCC_VERSION" == "6" ]] ; then brew install gcc || true; brew upgrade gcc || true ; fi
6163
- mkdir -p $HOME/bogus/include $HOME/bogus/lib
6264

0 commit comments

Comments
 (0)