1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-09 21:50:45 +01:00

Update .travis.yml

This commit is contained in:
Peter Boyle 2016-04-30 17:46:44 +01:00
parent 122195384e
commit 0eec752216

View File

@ -11,7 +11,7 @@ script:
- ./scripts/reconfigure_script - ./scripts/reconfigure_script
- mkdir build - mkdir build
- cd build - cd build
- ../configure --enable-precision=single --enable-simd=AVX2 --enable-comms=none - ../configure CXXFLAGS="-mavx2 -mfma -fopenmp -O3 -std=c++11" LIBS="-fopenmp -lmpfr -lgmp" --enable-precision=single --enable-simd=AVX2 --enable-comms=none
- env - env
- cat config.log - cat config.log
- make - make
@ -30,5 +30,3 @@ matrix:
- libmpc-dev - libmpc-dev
- binutils-dev - binutils-dev
env: CXX=g++-4.9 env: CXX=g++-4.9
env: CXXFLAGS="-mavx2 -mfma -fopenmp -O3 -std=c++11"
env: LIBS="-fopenmp -lmpfr -lgmp"