1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-10 07:55:35 +00:00

Update .travis.yml

This commit is contained in:
Peter Boyle 2016-04-30 17:34:38 +01:00
parent 0ddb7e707b
commit 2ae1c14c03

View File

@ -27,6 +27,7 @@ matrix:
- g++-4.9
- libmpfr-dev
- libgmp-dev
- libmpc-dev
env: CXX=g++-4.9
env: CXXFLAGS="-mavx2 -mfma -fopenmp -O3 -std=c++11"
env: LIBS="-fopenmp -lmpfr -lgmp"