Skip to content

Commit 40be27c

Browse files
authored
Comment out Windows LAPACK_LIBS configuration
Comment out the Windows environment configuration for EASYSBA_LAPACK_LIBS.
1 parent fe7146b commit 40be27c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ before-all = "yum -y install openblas-devel lapack-devel"
2222
[tool.cibuildwheel.macos]
2323
environment = { EASYSBA_USE_ACCELERATE = "1", EASYSBA_LAPACK_LIBS = "" }
2424

25-
[tool.cibuildwheel.windows]
26-
environment = { EASYSBA_LAPACK_LIBS = "openblas" }
25+
# [tool.cibuildwheel.windows]
26+
# environment = { EASYSBA_LAPACK_LIBS = "openblas" }
2727

2828
[tool.cibuildwheel.windows]
2929
# Install delvewheel to bundle the DLL into the wheel

0 commit comments

Comments
 (0)