File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -39,8 +39,6 @@ addons:
3939env :
4040 global :
4141 - AM_MAKEFLAGS="-j4"
42- - CPPFLAGS="-I$HOME/bogus/include"
43- - LDFLAGS="-L$HOME/bogus/lib"
4442 - LD_LIBRARY_PATH="$HOME/bogus/lib"
4543 matrix :
4644 - GCC_VERSION=default
5149# well not build it.
5250before_install :
5351 - if [[ "GCC_VERSION" == "6" ]]; then COMPILERS="CC=gcc-6 CXX=g++-6 FC=gfortran-6"; fi
54- - export CONFIGURE_ARGS="--prefix=$HOME/bogus $COMPILERS" DISTCHECK_CONFIGURE_FLAGS="$CONFIGURE_ARGS"
52+ - export CONFIGURE_ARGS="--prefix=$HOME/bogus $COMPILERS CPPFLAGS=-I$HOME/bogus/include LDFLAGS=-L$HOME/bogus/lib " DISTCHECK_CONFIGURE_FLAGS="$CONFIGURE_ARGS"
5553 - export DISTCHECK_CONFIGURE_FLAGS="$CONFIGURE_ARGS"
5654 - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then git clone https://github.com/ofiwg/libfabric.git ; fi
5755 - if [[ "$TRAVIS_OS_NAME" == "linux" ]] && [[ "$GCC_VERSION" == "6" ]] ; then sudo apt-get --assume-yes install gcc-6 g++-6 gfortran-6; fi
You can’t perform that action at this time.
0 commit comments