Skip to content

Commit f3dc4e2

Browse files
Copilotalexlib
andcommitted
Use libopenblas as library name for Windows vcpkg installation
Co-authored-by: alexlib <747110+alexlib@users.noreply.github.com>
1 parent b252abf commit f3dc4e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ before-all = [
3030
environment-pass = ["INCLUDE", "LIB"]
3131

3232
[tool.cibuildwheel.windows.environment]
33-
EASYSBA_LAPACK_LIBS = "openblas"
33+
EASYSBA_LAPACK_LIBS = "libopenblas"
3434
EASYSBA_INCLUDE_DIRS = "C:\\\\vcpkg\\\\installed\\\\x64-windows\\\\include"
3535
EASYSBA_LIBRARY_DIRS = "C:\\\\vcpkg\\\\installed\\\\x64-windows\\\\lib"

0 commit comments

Comments
 (0)