Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a447138

Browse files
authoredJun 1, 2025
Update build_wheels_windows.yml
1 parent ea199ff commit a447138

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎.github/workflows/build_wheels_windows.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,9 @@ jobs:
108108
python -m pip install cmake==3.24.2
109109
python -m pip install toml && python -c "import toml; c = toml.load('pyproject.toml'); print('\n'.join(c['build-system']['requires']))" >> requirements.txt | python -m pip install -r requirements.txt
110110
111-
set "CMAKE_ARGS=-DLAPACK=ON -DOpenBLAS_INCLUDE_DIR=%OpenBLAS_HOME%\include -DOpenBLAS_LIBRARIES=%OpenBLAS_HOME%\lib\libopenblas.lib"
111+
set "CMAKE_ARGS=-DLAPACK=ON -DOpenBLAS_INCLUDE_DIR=%OpenBLAS_HOME%\include -DOpenBLAS_LIBRARIES=%OpenBLAS_HOME%\bin\libopenblas.dll"
112+
echo %OpenBLAS_HOME%
113+
echo %CMAKE_ARGS%
112114
python setup.py bdist_wheel --py-limited-api=cp37 --dist-dir=%cd%\\wheelhouse -v
113115
shell: cmd
114116

0 commit comments

Comments
 (0)
Please sign in to comment.