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