From 5264ea396f900209f3bf4d57e31ef8bfe70c88e7 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Fri, 15 Oct 2021 13:55:02 +0200 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3e183d48d..cea3e7bac 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -174,10 +174,10 @@ jobs: steps: - script: | brew update - brew install llvm libomp gfortran + brew install llvm libomp mkdir build cd build - cmake -DTARGET=CORE2 -DUSE_OPENMP=1 -DINTERFACE64=1 -DDYNAMIC_ARCH=1 -DCMAKE_C_COMPILER=/usr/local/opt/llvm/bin/clang -DNO_AVX512=1 .. + 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 .. make ctest