Skip to content

Commit

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

0 comments on commit c1522d6

Please sign in to comment.