Skip to content

Commit 5fa1744

Browse files
committed
updated .travis.yml to fix slycot issues
1 parent a4b4c43 commit 5fa1744

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,12 @@ matrix:
3838
before_install:
3939
# Install gfortran for testing slycot; use apt-get instead of conda in
4040
# order to include the proper CXXABI dependency (updated in GCC 4.9)
41+
# Note: these commands should match the slycot .travis.yml configuration
4142
- if [[ "$SLYCOT" != "" ]]; then
4243
sudo apt-get update -qq;
44+
sudo apt-get install liblapack-dev libblas-dev;
4345
sudo apt-get install gfortran;
46+
sudo apt-get install cmake;
4447
fi
4548
# use miniconda to install numpy/scipy, to avoid lengthy build from source
4649
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then

0 commit comments

Comments
 (0)