From f9daac46b2a2170c60dbe94a8b169bf19bfb55a7 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Wed, 29 Jan 2025 15:26:26 +0100 Subject: [PATCH] install flang-new with llvm on OSX --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 23af632da..5f6f942e5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -174,7 +174,7 @@ jobs: steps: - script: | brew update - brew install llvm + brew install llvm flang make TARGET=NEHALEM CC=/usr/local/opt/llvm/bin/clang FC=/usr/local/opt/llvm/bin/flang-new - job: OSX_OpenMP_Clang