1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-04 19:25:56 +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
- mkdir 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
- cat config.log
- make
@ -30,5 +30,3 @@ matrix:
- libmpc-dev
- binutils-dev
env: CXX=g++-4.9
env: CXXFLAGS="-mavx2 -mfma -fopenmp -O3 -std=c++11"
env: LIBS="-fopenmp -lmpfr -lgmp"