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 316b38b commit 898a187Copy full SHA for 898a187
.travis.yml
@@ -28,6 +28,7 @@ before_install:
28
- sudo apt-get install -qq g++-4.8
29
- export CXX="g++-4.8"
30
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 90
31
+ - sudo ln -s /usr/lib/x86_64-linux-gnu/libgfortran.so.3 /usr/lib/libgfortran.so
32
- cd /usr/include
33
- sudo mkdir CL
34
- cd ~
0 commit comments