travis openblas

This commit is contained in:
Anthony Scemama 2017-09-14 17:47:09 +02:00
parent d4f764b84a
commit 400225bd7b
2 changed files with 10 additions and 5 deletions

View File

@ -4,17 +4,22 @@
# - sudo apt-get install gfortran liblapack-dev gcc # - sudo apt-get install gfortran liblapack-dev gcc
# - sudo apt-get install graphviz # - sudo apt-get install graphviz
os: linux
dist: trusty dist: trusty
sudo: false sudo: false
compiler: gfortran
addons: addons:
apt: apt:
packages: packages:
- gfortran-4.9 - gfortran
- gcc-4.9 - gcc
- liblapack-dev - libopenblas-dev
- libblas-dev # - liblapack-dev
# - libblas-dev
- graphviz - graphviz
cache: cache:

View File

@ -11,7 +11,7 @@
# #
[COMMON] [COMMON]
FC : gfortran -ffree-line-length-none -I . -g FC : gfortran -ffree-line-length-none -I . -g
LAPACK_LIB : -llapack -lblas LAPACK_LIB : -lopenblas
IRPF90 : irpf90 IRPF90 : irpf90
IRPF90_FLAGS : --ninja --align=32 --assert IRPF90_FLAGS : --ninja --align=32 --assert