8000 Update .travis for building MUMPS without MPI. · PythonOptimizers/MUMPS.py@5eb9f13 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5eb9f13

Browse files
committed
Update .travis for building MUMPS without MPI.
1 parent b9c2713 commit 5eb9f13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ os:
44
- osx
55
before_install:
66
- brew update
7-
- brew install homebrew/science/mumps
7+
- brew install homebrew/science/mumps --with-openblas --without-mpi
88
install:
99
- pip install virtualenv
1010
- virtualenv ~/.venv

0 commit comments

Comments
 (0)
0