1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-04 19:25:56 +01:00

Travis fix

This commit is contained in:
Antonin Portelli 2016-05-01 10:54:43 -07:00
parent 0fd0661be3
commit e15f0b47c1

View File

@ -9,14 +9,6 @@ matrix:
osx_image: xcode7.2
compiler: gcc
env: VERSION=-5
- compiler: gcc
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.7
env: VERSION=-4.7
- compiler: gcc
addons:
apt:
@ -73,6 +65,5 @@ script:
- mkdir build
- cd build
- ../configure CXXFLAGS="-mavx2 -mfma -O3 -std=c++11" --enable-precision=single --enable-simd=AVX2 --enable-comms=none
- cat config.log
- make
- ./benchmarks/Benchmark_dwf --threads 1