Update azure-pipelines.yml

This commit is contained in:
Martin Kroeker 2021-10-15 13:55:02 +02:00 committed by GitHub
parent bed8e250ba
commit 5264ea396f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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