1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-09 21:50:45 +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 osx_image: xcode7.2
compiler: gcc compiler: gcc
env: VERSION=-5 env: VERSION=-5
- compiler: gcc
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.7
env: VERSION=-4.7
- compiler: gcc - compiler: gcc
addons: addons:
apt: apt:
@ -73,6 +65,5 @@ script:
- mkdir build - mkdir build
- cd build - cd build
- ../configure CXXFLAGS="-mavx2 -mfma -O3 -std=c++11" --enable-precision=single --enable-simd=AVX2 --enable-comms=none - ../configure CXXFLAGS="-mavx2 -mfma -O3 -std=c++11" --enable-precision=single --enable-simd=AVX2 --enable-comms=none
- cat config.log
- make - make
- ./benchmarks/Benchmark_dwf --threads 1 - ./benchmarks/Benchmark_dwf --threads 1