File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
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
21
+ - gfortran-5.1
22
22
- binutils
23
23
- cmake
24
24
- python-pip
42
42
43
43
# build with build.sh, make documentation, run unit tests and perform coverage analysis
44
44
- >
45
- BUILD_SCRIPT="gfortran --version && ./build.sh --coverage --skip-documentation &&
45
+ BUILD_SCRIPT="./build.sh --coverage --skip-documentation &&
46
46
./build.sh --coverage --enable-unicode"
47
47
CODE_COVERAGE="yes"
48
48
DEPLOY_DOCUMENTATION="yes"
@@ -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-4.9
57
- - ln -fs /usr/bin/gfortran-4.9 "$HOME/.local/bin/gfortran" && gfortran --version
58
- - ls -l /usr/bin/gfortran-4.9
59
- - ln -fs /usr/bin/gcov-4.9 "$HOME/.local/bin/gcov" && gcov --version
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
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