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:
39
39
env :
40
40
global :
41
41
- AM_MAKEFLAGS="-j4"
42
- - CPPFLAGS="-I$HOME/bogus/include"
43
- - LDFLAGS="-L$HOME/bogus/lib"
44
42
- LD_LIBRARY_PATH="$HOME/bogus/lib"
45
43
matrix :
46
44
- GCC_VERSION=default
51
49
# well not build it.
52
50
before_install :
53
51
- 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"
55
53
- export DISTCHECK_CONFIGURE_FLAGS="$CONFIGURE_ARGS"
56
54
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then git clone https://github.com/ofiwg/libfabric.git ; fi
57
55
- 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