Skip to content

Commit

Permalink
Travis: Re-enable Fortran tests (#3)
Browse files Browse the repository at this point in the history
Signed-off-by: James Dinan <[email protected]>
  • Loading branch information
jdinan committed Feb 26, 2018
1 parent cff8b06 commit d102ed6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,8 @@ script:
- cd $SOS_SRC
- mkdir build
- cd build
# 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
# Note: 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"
- make $TRAVIS_PAR_MAKE
- make check

0 comments on commit d102ed6

Please sign in to comment.