Skip to content

Commit 6a0dc8a

Browse files
committed
install openblas using [threads] on windows
1 parent c40ce2b commit 6a0dc8a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/hipo-win.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
# run: ls C:/vcpkg/packages/gklib_x64-windows/share/gklib
4040

4141
- name: Install OpenBLAS
42-
run: vcpkg install openblas
42+
run: vcpkg install openblas[threads]
4343

4444
- name: Create build dir
4545
run: cmake -E make_directory ${{runner.workspace}}/build
@@ -96,7 +96,7 @@ jobs:
9696
run: vcpkg install metis
9797

9898
- name: Install OpenBLAS
99-
run: vcpkg install openblas
99+
run: vcpkg install openblas[threads]
100100

101101
- name: Create build dir
102102
run: cmake -E make_directory ${{runner.workspace}}/build
@@ -151,7 +151,7 @@ jobs:
151151
run: vcpkg install metis
152152

153153
- name: Install OpenBLAS
154-
run: vcpkg install openblas
154+
run: vcpkg install openblas[threads]
155155

156156
- name: Create build dir
157157
run: cmake -E make_directory ${{runner.workspace}}/build
@@ -207,7 +207,7 @@ jobs:
207207
run: vcpkg install metis
208208

209209
- name: Install OpenBLAS
210-
run: vcpkg install openblas
210+
run: vcpkg install openblas[threads]
211211

212212
- name: Create build dir
213213
run: cmake -E make_directory ${{runner.workspace}}/build

0 commit comments

Comments
 (0)