Skip to content

Commit 6b2950f

Browse files
committed
Try not to build OpenMPI on OS X.
1 parent d112c36 commit 6b2950f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

conf/travis-install-mpi.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,7 @@ case "$os" in
1818
brew install mpich
1919
;;
2020
openmpi)
21-
# Temporarily build OpenMPI from source, since apparently our
22-
# cmake doesn't know how to handle OpenMPI 1.10 yet
23-
brew install openmpi --build-from-source --verbose |
24-
sed -e 's/^.*$/./'
21+
brew install openmpi
2522
;;
2623
*)
2724
echo "Unknown MPI implementation: $MPI_IMPL"

0 commit comments

Comments
 (0)