Skip to content

Commit 7c2aa1a

Browse files
committed
Exclude nvml.dll from delvewheel repair
nvml.dll is not part of the CTK but is installed with the CUDA driver. Adding --exclude nvml.dll to the delvewheel repair command prevents delvewheel from searching for this DLL during wheel repair, since it will be available system-wide at runtime.
1 parent a415810 commit 7c2aa1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cuda_core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@ archs = "native"
8686
[tool.cibuildwheel.windows]
8787
archs = "AMD64"
8888
before-build = "pip install delvewheel"
89-
repair-wheel-command = "delvewheel repair --namespace-pkg cuda -w {dest_dir} {wheel}"
89+
repair-wheel-command = "delvewheel repair --namespace-pkg cuda --exclude nvml.dll -w {dest_dir} {wheel}"

0 commit comments

Comments
 (0)