Update azure-pipelines.yml
This commit is contained in:
parent
68d8c8c0cb
commit
35daee8c6f
|
@ -109,6 +109,8 @@ jobs:
|
|||
brew install llvm libomp
|
||||
make TARGET=CORE2 USE_OPENMP=1 INTERFACE64=1 DYNAMIC_ARCH=1 CC=/usr/local/opt/llvm/bin/clang FC=gfortran-10
|
||||
make TARGET=CORE2 USE_OPENMP=1 INTERFACE64=1 DYNAMIC_ARCH=1 CC=/usr/local/opt/llvm/bin/clang FC=gfortran-10 lapack-test
|
||||
ldd lapack-netlib/TESTING/EIG/xeigtsts
|
||||
clang -v
|
||||
|
||||
- job: OSX_Ifort_Clang
|
||||
pool:
|
||||
|
|
Loading…
Reference in New Issue