Skip to content

Commit

Permalink
Add LLVM/flang-new on OSX-x86
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg authored Jan 29, 2025
1 parent 1f74fb9 commit 36f62df
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,19 @@ jobs:
- script: |
brew update
make CC=gcc-12 FC=gfortran-12
- job: OSX_LLVM_flang-new
pool:
vmImage: 'macOS-latest'
variables:
LD_LIBRARY_PATH: /usr/local/opt/llvm/lib
LIBRARY_PATH: /usr/local/opt/llvm/lib
steps:
- script: |
brew update
brew install llvm
make TARGET=NEHALEM CC=/usr/local/opt/llvm/bin/clang FC=/usr/local/opt/llvm/bin/flang-new
- job: OSX_OpenMP_Clang
pool:
vmImage: 'macOS-latest'
Expand Down

0 comments on commit 36f62df

Please sign in to comment.