Skip to content

Commit 0a8abec

Browse files
committed
GHA: use all cores for parallel compilation of Openblas on Windows
1 parent d2fbf91 commit 0a8abec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/compileBLAS.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ cmake -S . -B build ^
99
-DCMAKE_C_COMPILER:FILEPATH=cl ^
1010
-DCMAKE_BUILD_TYPE=Release ^
1111
-DCMAKE_MAKE_PROGRAM=ninja
12-
cmake --build build --parallel 2
12+
cmake --build build --parallel
1313
cmake --install build
1414
echo compileBLAS.cmd completed

0 commit comments

Comments
 (0)