Skip to content

Commit 355cef3

Browse files
authored
Update build_wheels_windows.yml
1 parent 66d74ac commit 355cef3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_wheels_windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ jobs:
107107
set "CI_BUILD=1"
108108
set "OpenBLAS_HOME=${{ github.workspace }}\\openblas"
109109
set "PATH=%OpenBLAS_HOME%\\bin;%PATH%"
110+
set "CMAKE_ARGS=-DLAPACK=ON -DLAPACK_IMPL=OpenBLAS -DOpenBLAS_LIB=%OpenBLAS_HOME%\\lib\\libopenblas.lib -DOpenBLAS_INCLUDE_DIR=%OpenBLAS_HOME%\\include"
110111
python setup.py bdist_wheel --py-limited-api=cp37 --dist-dir=%cd%\\wheelhouse -v
111112
shell: cmd
112113

0 commit comments

Comments
 (0)