Skip to content

Commit e970338

Browse files
authored
Merge pull request #11 from alexbool/netlib-3.9.0
Update netlib to 3.9.0
2 parents c947cc2 + 8303408 commit e970338

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

.travis.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
language: rust
22

3-
os:
4-
- linux
5-
- osx
3+
matrix:
4+
include:
5+
- os: linux
6+
- os: osx
7+
env: CC=gcc-9 FC=gfortran-9 LIBRARY_PATH=/usr/local/opt/gcc/lib/gcc/9
68

79
rust:
810
- stable
911

1012
before_install:
11-
- curl https://blas-lapack-rs.github.io/travis/fortran.sh | bash
13+
- gfortran --version
1214

1315
script:
1416
- cargo test -vv
@@ -17,6 +19,9 @@ addons:
1719
apt:
1820
packages:
1921
- gfortran
22+
homebrew:
23+
packages:
24+
- gcc@9
2025

2126
notifications:
2227
email: false

source

Submodule source updated 2547 files

0 commit comments

Comments
 (0)