We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1d8c55 commit d03763dCopy full SHA for d03763d
pyproject.toml
@@ -28,7 +28,7 @@ before-all = [
28
"chmod +x scripts/build-env/manylinux.sh",
29
"scripts/build-env/manylinux.sh"
30
]
31
-repair-wheel-command = "auditwheel repair --exclude libcu*.so -w {dest_dir} {wheel}"
+repair-wheel-command = "auditwheel repair --exclude libcu*.so.* -w {dest_dir} {wheel}"
32
33
[tool.cibuildwheel.linux.environment]
34
cuda = "12.9"
0 commit comments