Browse Source

Add LLVM/flang-new on OSX-x86

pull/5103/head
Martin Kroeker GitHub 1 year ago
parent
commit
36f62dfd4a
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 13 additions and 1 deletions
  1. +13
    -1
      azure-pipelines.yml

+ 13
- 1
azure-pipelines.yml View File

@@ -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'


Loading…
Cancel
Save