Skip to content

Commit 4977fba

Browse files
authored
Update pyproject.toml
1 parent 95d5e05 commit 4977fba

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,12 @@ environment = { EASYSBA_USE_ACCELERATE = "1", EASYSBA_LAPACK_LIBS = "" }
2424

2525
[tool.cibuildwheel.windows]
2626
environment = { EASYSBA_LAPACK_LIBS = "openblas" }
27+
28+
[tool.cibuildwheel.windows]
29+
# Install delvewheel to bundle the DLL into the wheel
30+
before-build = "pip install delvewheel"
31+
repair-wheel-command = "delvewheel repair --add-path C:\\vcpkg\\installed\\x64-windows\\bin -w {dest_dir} {wheel}"
32+
33+
[tool.cibuildwheel.windows.environment]
34+
# Match the filename vcpkg actually produces: libopenblas
35+
EASYSBA_LAPACK_LIBS = "libopenblas"

0 commit comments

Comments
 (0)