From 9f98ed42c3682af9d6dc64a3c7a2d1fbc8dbc1ba Mon Sep 17 00:00:00 2001 From: Antonin Portelli Date: Fri, 10 Jan 2020 17:10:33 +0000 Subject: [PATCH] Haswell is the default architecture for CI builds --- ci-scripts/install-latan.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-scripts/install-latan.sh b/ci-scripts/install-latan.sh index e954bb5..e14db6e 100755 --- a/ci-scripts/install-latan.sh +++ b/ci-scripts/install-latan.sh @@ -16,6 +16,6 @@ cd .. ./bootstrap.sh mkdir -p build cd build -../configure --prefix=${PREFIX} --with-minuit=${PREFIX} --with-nlopt=${PREFIX} --with-hdf5=${PREFIX} --with-gsl=${PREFIX} CXXFLAGS="${CXXFLAGS} -O3 -march=native -mtune=native" +../configure --prefix=${PREFIX} --with-minuit=${PREFIX} --with-nlopt=${PREFIX} --with-hdf5=${PREFIX} --with-gsl=${PREFIX} CXXFLAGS="${CXXFLAGS} -O3 -march=haswell -mtune=haswell" make -j4 make install