From a5c733f9a93440fe1cf298c8a4371867ecab8bc7 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Fri, 15 Oct 2021 15:08:38 +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 cea3e7bac..dcfb3342f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -174,7 +174,7 @@ jobs: steps: - script: | brew update - brew install llvm libomp + brew install llvm mkdir build cd build cmake -DTARGET=CORE2 -DUSE_OPENMP=1 -DINTERFACE64=1 -DDYNAMIC_ARCH=1 -DCMAKE_C_COMPILER=/usr/local/opt/llvm/bin/clang -DCMAKE_Fortran_COMPILER=gfortran-10 -DNO_AVX512=1 ..