From 1fbbe7c1c1783ff958760b14c82d07450a0a0dbc Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Wed, 29 Jan 2025 17:49:45 +0100 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5f6f942e5..d2d737349 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -175,6 +175,7 @@ jobs: - script: | brew update brew install llvm flang + find / -name flang-new make TARGET=NEHALEM CC=/usr/local/opt/llvm/bin/clang FC=/usr/local/opt/llvm/bin/flang-new - job: OSX_OpenMP_Clang