mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
Update .travis.yml
This commit is contained in:
parent
2ae1c14c03
commit
122195384e
@ -5,7 +5,7 @@ dist: trusty
|
||||
language: cpp
|
||||
# Compiler selection
|
||||
compiler:
|
||||
- gcc
|
||||
- gcc-4.9
|
||||
# Build steps
|
||||
script:
|
||||
- ./scripts/reconfigure_script
|
||||
@ -18,7 +18,7 @@ script:
|
||||
- ./benchmarks/Benchmark_dwf --threads 1
|
||||
matrix:
|
||||
include:
|
||||
- compiler: gcc
|
||||
- compiler: gcc-4.9
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
@ -28,6 +28,7 @@ matrix:
|
||||
- libmpfr-dev
|
||||
- libgmp-dev
|
||||
- libmpc-dev
|
||||
- binutils-dev
|
||||
env: CXX=g++-4.9
|
||||
env: CXXFLAGS="-mavx2 -mfma -fopenmp -O3 -std=c++11"
|
||||
env: LIBS="-fopenmp -lmpfr -lgmp"
|
||||
|
Loading…
Reference in New Issue
Block a user