Skip to content

Commit 898a187

Browse files
committed
point to gfortran location for RcppEigen
1 parent 316b38b commit 898a187

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ before_install:
2828
- sudo apt-get install -qq g++-4.8
2929
- export CXX="g++-4.8"
3030
- 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
3132
- cd /usr/include
3233
- sudo mkdir CL
3334
- cd ~

0 commit comments

Comments
 (0)