We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96795e0 commit 8a17248Copy full SHA for 8a17248
1 file changed
azure-pipelines.yml
@@ -175,8 +175,7 @@ jobs:
175
- script: |
176
brew update
177
brew install llvm flang
178
- ls -l /usr/local/Cellar/flang
179
- make TARGET=NEHALEM CC=/usr/local/opt/llvm/bin/clang FC=/usr/local/Cellar/flang/20.1.2_1/bin/flang NO_SHARED=1
+ make TARGET=NEHALEM CC=/usr/local/opt/llvm/bin/clang FC=/usr/local/opt/llvm/bin/flang NO_SHARED=1
180
181
- job: OSX_OpenMP_Clang
182
pool:
0 commit comments