Browse Source

Azure CI: Update flang call in OSX_LLVM_flangnew job (#5208)

* Update flang call in OSX_LLVM_flangnew job
tags/v0.3.30
Martin Kroeker GitHub 5 months ago
parent
commit
67c5bdd639
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      azure-pipelines.yml

+ 1
- 1
azure-pipelines.yml View File

@@ -175,7 +175,7 @@ jobs:
- script: |
brew update
brew install llvm flang
make TARGET=NEHALEM CC=/usr/local/opt/llvm/bin/clang FC=/usr/local/Cellar/flang/19.1.7_1/bin/flang-new NO_SHARED=1
make TARGET=NEHALEM CC=/usr/local/opt/llvm/bin/clang FC=/usr/local/opt/flang/bin/flang NO_SHARED=1

- job: OSX_OpenMP_Clang
pool:


Loading…
Cancel
Save