Browse Source

Update azure-pipelines.yml

pull/3409/head
Martin Kroeker GitHub 4 years ago
parent
commit
a5c733f9a9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      azure-pipelines.yml

+ 1
- 1
azure-pipelines.yml View File

@@ -174,7 +174,7 @@ jobs:
steps:
- script: |
brew update
brew install llvm libomp
brew install llvm
mkdir build
cd build
cmake -DTARGET=CORE2 -DUSE_OPENMP=1 -DINTERFACE64=1 -DDYNAMIC_ARCH=1 -DCMAKE_C_COMPILER=/usr/local/opt/llvm/bin/clang -DCMAKE_Fortran_COMPILER=gfortran-10 -DNO_AVX512=1 ..


Loading…
Cancel
Save