Skip to content

Commit

Permalink
add missing package from travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
cenit committed Feb 19, 2016
1 parent 19e8fef commit 5a1e265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ install:
- sudo apt-get install -qq g++-4.8
- sudo apt-get install -qq libopenmpi-dev
- export CXX="g++-4.8"
- export OMPI_MPIXX="g++-4.8"
- export OMPI_MPICXX="g++-4.8"
script:
- make all

0 comments on commit 5a1e265

Please sign in to comment.