Skip to content

Commit 2570953

Browse files
fix windows
1 parent 126f8ac commit 2570953

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,9 @@ before-build = "yum install -y openblas-devel openssl-devel || apt-get update &&
9393
PATH = "$HOME/.cargo/bin:$PATH"
9494

9595
[tool.cibuildwheel.windows]
96-
before-build = "pip install delvewheel"
96+
before-build = "vcpkg integrate install && vcpkg install openblas:x64-windows && pip install delvewheel"
9797

9898
[tool.cibuildwheel.windows.environment]
9999
OPENBLAS_NO_AVX512 = "1"
100+
VCPKG_ROOT = "C:\\vcpkg"
101+
VCPKG_INSTALLED_DIR = "C:\\vcpkg\\installed"

0 commit comments

Comments
 (0)