This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
OSchip
/
OpenBLAS
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
66
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Add mixed clang/gfortran build with cmake on OSX
pull/3338/head
Martin Kroeker
GitHub
4 years ago
parent
fa71b9fea6
commit
3da6a5d7c3
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
16 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+16
-0
azure-pipelines.yml
+ 16
- 0
azure-pipelines.yml
View File
@@ -122,6 +122,22 @@ jobs:
make
ctest
- job: OSX_OpenMP_Clang_gf_cmake
pool:
vmImage: 'macOS-10.15'
variables:
LD_LIBRARY_PATH: /usr/local/opt/llvm/lib
LIBRARY_PATH: /usr/local/opt/llvm/lib
steps:
- script: |
brew update
brew install llvm libomp
mkdir 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 ..
make
ctest
- job: OSX_Ifort_Clang
pool:
vmImage: 'macOS-10.15'
Write
Preview
Loading…
Cancel
Save