From 34f7a45037951a8988e59078d72dab386f99b53f Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Fri, 9 Apr 2021 12:24:37 +0200 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6b7adc59d..86955a7e8 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -94,6 +94,6 @@ jobs: - script: | brew update brew install llvm libomp - make TARGET=CORE2 USE_OPENMP=1 INTERFACE64=1 DYNAMIC_ARCH=1 DEBUG=1 CC=/usr/local/opt/llvm/bin/clang FC=gfortran-10 + make TARGET=CORE2 NO_AVX512=1 USE_OPENMP=1 INTERFACE64=1 DYNAMIC_ARCH=1 DEBUG=1 CC=/usr/local/opt/llvm/bin/clang FC=gfortran-10