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 9cece7f commit 12b5063Copy full SHA for 12b5063
pyproject.toml
@@ -29,10 +29,6 @@ before-all = [
29
"chmod +x scripts/build-env/manylinux.sh",
30
"scripts/build-env/manylinux.sh"
31
]
32
-repair-wheel-command = [
33
- "auditwheel show {wheel}",
34
- "auditwheel repair --exclude libcu*.so.* -w {dest_dir} {wheel}"
35
-]
36
37
[tool.cibuildwheel.linux.environment]
38
cuda = "12.9"
scripts/build-env/manylinux.sh
@@ -74,3 +74,5 @@ else
74
fi
75
76
cd ../..
77
+
78
+patchelf --set-rpath "\$ORIGIN/../lib" ./lib/*.so
0 commit comments