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
CI (MSYS2): Configure with `-DCMAKE_BUILD_TYPE=Release`.
tags/v0.3.22^2
Markus Mützel
3 years ago
parent
934a0e5397
commit
594ceeceda
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
.github/workflows/dynamic_arch.yml
+ 3
- 1
.github/workflows/dynamic_arch.yml
View File
@@ -235,7 +235,8 @@ jobs:
- name: Configure OpenBLAS
run: |
mkdir build && cd build
cmake -DBUILD_SHARED_LIBS=ON \
cmake -DCMAKE_BUILD_TYPE=Release \
-DBUILD_SHARED_LIBS=ON \
-DBUILD_STATIC_LIBS=ON \
-DDYNAMIC_ARCH=ON \
-DUSE_THREAD=ON \
@@ -258,6 +259,7 @@ jobs:
timeout-minutes: 60
run: cd build && ctest
cross_build:
runs-on: ubuntu-22.04
Write
Preview
Loading…
Cancel
Save