Skip to content

Commit

Permalink
Travis: Re-enable threads tests
Browse files Browse the repository at this point in the history
Signed-off-by: James Dinan <[email protected]>
  • Loading branch information
James Dinan authored and jdinan committed Feb 26, 2018
1 parent b5b767a commit cff8b06
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,9 @@ script:
- cd $SOS_SRC
- mkdir build
- cd build
- oshcc -showme
- oshc++ -showme
- oshfort -showme
# FIXME: Fortran and threads tests temporarily disabled because of
# compilation issues in Travis environment
- ../configure CC=oshcc CXX=oshc++ FC=oshfort CFLAGS="-std=gnu99" FCFLAGS="-fcray-pointer" --disable-fortran --disable-threads
# FIXME: Fortran tests temporarily disabled because of compilation issues
# in Travis environment. With gcc 4.8 in Ubuntu Trusty, pthreads configury
# doesn't seem to detect the need for -lpthread.
- ../configure CC=oshcc CXX=oshc++ FC=oshfort CFLAGS="-std=gnu99" FCFLAGS="-fcray-pointer" LDFLAGS="-lpthread" --disable-fortran
- make $TRAVIS_PAR_MAKE
- make check

0 comments on commit cff8b06

Please sign in to comment.