1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 09:15:38 +01:00

Update .travis.yml

This commit is contained in:
Peter Boyle 2016-04-30 17:22:22 +01:00
parent e2d8f67f63
commit 0ddb7e707b

View File

@ -25,6 +25,8 @@ matrix:
- ubuntu-toolchain-r-test
packages:
- g++-4.9
- libmpfr-dev
- libgmp-dev
env: CXX=g++-4.9
env: CXXFLAGS="-mavx2 -mfma -fopenmp -O3 -std=c++11"
env: LIBS="-fopenmp -lmpfr -lgmp"