We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 126f8ac commit 2570953Copy full SHA for 2570953
pyproject.toml
@@ -93,7 +93,9 @@ before-build = "yum install -y openblas-devel openssl-devel || apt-get update &&
93
PATH = "$HOME/.cargo/bin:$PATH"
94
95
[tool.cibuildwheel.windows]
96
-before-build = "pip install delvewheel"
+before-build = "vcpkg integrate install && vcpkg install openblas:x64-windows && pip install delvewheel"
97
98
[tool.cibuildwheel.windows.environment]
99
OPENBLAS_NO_AVX512 = "1"
100
+VCPKG_ROOT = "C:\\vcpkg"
101
+VCPKG_INSTALLED_DIR = "C:\\vcpkg\\installed"
0 commit comments