brew install open-mpi

This commit is contained in:
Radovan Bast 2015-11-04 19:52:39 +01:00
parent bc2d767342
commit e57ff291f3

View File

@ -36,7 +36,7 @@ matrix:
install:
- |
if [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then
brew install cmake boost python gcc
brew install cmake boost python gcc open-mpi
pip install virtualenv
elif [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then
pip install --user virtualenv