Skip to content

Commit

Permalink
Travis: fix compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
raimis committed Feb 19, 2017
1 parent 866f212 commit 52ccf6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ before_install:
- cd $TRAVIS_BUILD_DIR/plumed_src
- git checkout v2.3.0
- ./configure --prefix=$TRAVIS_BUILD_DIR/plumed
CPPFLAGS=-I/usr/lib/openmpi/include
LDFLAGS=-L/usr/lib/gcc/x86_64-linux-gnu/4.6
CC=mpicc.openmpi CXX=mpicxx.openmpi FC=mpif90.openmpi
LDFLAGS="-L/usr/lib/gcc/x86_64-linux-gnu/4.6 -lstdc++"
- make
- make check
- make install
Expand Down

0 comments on commit 52ccf6a

Please sign in to comment.