File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ addons:
18
18
- kalakris-cmake
19
19
- ubuntu-toolchain-r-test
20
20
packages :
21
- - gfortran-5.1
21
+ - gfortran-5
22
22
- binutils
23
23
- cmake
24
24
- python-pip
@@ -53,10 +53,10 @@ install:
53
53
mkdir "$HOME/.local/bin"
54
54
fi
55
55
- export PATH="$HOME/.local/bin:$PATH"
56
- - export FC=/usr/bin/gfortran-5.1
57
- - ln -fs /usr/bin/gfortran-5.1 "$HOME/.local/bin/gfortran" && gfortran --version
58
- - ls -l /usr/bin/gfortran-5.1
59
- - ln -fs /usr/bin/gcov-5.1 "$HOME/.local/bin/gcov" && gcov --version
56
+ - export FC=/usr/bin/gfortran-5
57
+ - ln -fs /usr/bin/gfortran-5 "$HOME/.local/bin/gfortran" && gfortran --version
58
+ - ls -l /usr/bin/gfortran-5
59
+ - ln -fs /usr/bin/gcov-5 "$HOME/.local/bin/gcov" && gcov --version
60
60
- |
61
61
if ! which f90split; then
62
62
wget http://people.sc.fsu.edu/~jburkardt/f_src/f90split/f90split.f90 && \
You can’t perform that action at this time.
0 commit comments