We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4b4c43 commit 5fa1744Copy full SHA for 5fa1744
.travis.yml
@@ -38,9 +38,12 @@ matrix:
38
before_install:
39
# Install gfortran for testing slycot; use apt-get instead of conda in
40
# order to include the proper CXXABI dependency (updated in GCC 4.9)
41
+ # Note: these commands should match the slycot .travis.yml configuration
42
- if [[ "$SLYCOT" != "" ]]; then
43
sudo apt-get update -qq;
44
+ sudo apt-get install liblapack-dev libblas-dev;
45
sudo apt-get install gfortran;
46
+ sudo apt-get install cmake;
47
fi
48
# use miniconda to install numpy/scipy, to avoid lengthy build from source
49
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
0 commit comments