From f6a4a9f073fa6c9fc98cbb2139b3d733a45b0c6c Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Mon, 27 Jun 2022 19:11:33 +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 7302e5d8c..622a2fe32 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -168,7 +168,7 @@ jobs: - script: | brew update brew install llvm libomp - make TARGET=CORE2 USE_OPENMP=1 INTERFACE64=1 DYNAMIC_ARCH=1 CC=/usr/local/opt/llvm/bin/clang FC=gfortran-10 + make TARGET=CORE2 USE_OPENMP=1 DYNAMIC_ARCH=1 CC=/usr/local/opt/llvm/bin/clang NOFORTRAN=1 - job: OSX_OpenMP_Clang_cmake pool: