mirror of
https://github.com/LCPQ/quantum_package
synced 2025-01-03 18:16:12 +01:00
travis openblas
This commit is contained in:
parent
d4f764b84a
commit
400225bd7b
13
.travis.yml
13
.travis.yml
@ -4,17 +4,22 @@
|
||||
# - sudo apt-get install gfortran liblapack-dev gcc
|
||||
# - sudo apt-get install graphviz
|
||||
|
||||
os: linux
|
||||
|
||||
dist: trusty
|
||||
|
||||
sudo: false
|
||||
|
||||
compiler: gfortran
|
||||
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- gfortran-4.9
|
||||
- gcc-4.9
|
||||
- liblapack-dev
|
||||
- libblas-dev
|
||||
- gfortran
|
||||
- gcc
|
||||
- libopenblas-dev
|
||||
# - liblapack-dev
|
||||
# - libblas-dev
|
||||
- graphviz
|
||||
|
||||
cache:
|
||||
|
@ -11,7 +11,7 @@
|
||||
#
|
||||
[COMMON]
|
||||
FC : gfortran -ffree-line-length-none -I . -g
|
||||
LAPACK_LIB : -llapack -lblas
|
||||
LAPACK_LIB : -lopenblas
|
||||
IRPF90 : irpf90
|
||||
IRPF90_FLAGS : --ninja --align=32 --assert
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user