Skip to content

Commit c052b3f

Browse files
Copilotalexlib
andcommitted
Fix Windows library name: use libscipy_openblas64_ with lib prefix
Co-authored-by: alexlib <747110+alexlib@users.noreply.github.com>
1 parent 72b8a88 commit c052b3f

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
@@ -32,7 +32,7 @@ before-build = "pip install scipy-openblas64 delvewheel"
3232
repair-wheel-command = "python -c \"import scipy_openblas64, subprocess, sys; subprocess.check_call(['delvewheel', 'repair', '--add-path', scipy_openblas64.get_lib_dir(), '-w', sys.argv[1], sys.argv[2]])\" {dest_dir} {wheel}"
3333

3434
[tool.cibuildwheel.windows.environment]
35-
EASYSBA_LAPACK_LIBS = "scipy_openblas64_"
35+
EASYSBA_LAPACK_LIBS = "libscipy_openblas64_"
3636
# Only add the library directory for linking. Do NOT add include directory
3737
# to avoid conflicts with scipy-openblas64's lapack.h (has C99 complex types
3838
# incompatible with MSVC). The project has its own lapack_compat.h header.

0 commit comments

Comments
 (0)