8000 In Linux, mpiseq library is called mpiseq_seq. · PythonOptimizers/MUMPS.py@12ce458 · GitHub
[go: up one dir, main page]

Skip to content

Commit 12ce458

Browse files
committed
In Linux, mpiseq library is called mpiseq_seq.
1 parent 16840ae commit 12ce458

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,12 @@ before_install:
1515
fi
1616

1717
install:
18+
- pip install --upgrade pip
1819
- pip install virtualenv
1920
- virtualenv ~/.venv
2021
- source ~/.venv/bin/activate
2122
- cp site.template.cfg site.cfg
23+
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then sed -i 's/mpiseq/mpiseq_seq/g' setup.py; fi
2224
- "pip install -q numpy && python setup.py install"
2325
- pip install pytest
2426
script: py.test tests

0 commit comments

Comments
 (0)
0