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 ee3c525 commit c6b5426Copy full SHA for c6b5426
.travis.yml
@@ -6,7 +6,7 @@ script: "./.travis/build"
6
before_install:
7
- git submodule update --init --recursive
8
- sudo apt-get update -qq
9
- - sudo apt-get install -qq doxygen doxygen-latex libboost-all-dev libeigen3-dev
+ - sudo apt-get install -qq doxygen doxygen-latex libboost-all-dev libeigen3-dev liblapack-dev libblas-dev gfortran
10
- sudo pip install cpp-coveralls --use-mirrors
11
after_success:
12
- coveralls -e _travis/install -e tests
0 commit comments