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