Skip to content

Commit 12b5063

Browse files
test
1 parent 9cece7f commit 12b5063

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

pyproject.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ before-all = [
2929
"chmod +x scripts/build-env/manylinux.sh",
3030
"scripts/build-env/manylinux.sh"
3131
]
32-
repair-wheel-command = [
33-
"auditwheel show {wheel}",
34-
"auditwheel repair --exclude libcu*.so.* -w {dest_dir} {wheel}"
35-
]
3632

3733
[tool.cibuildwheel.linux.environment]
3834
cuda = "12.9"

scripts/build-env/manylinux.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,5 @@ else
7474
fi
7575

7676
cd ../..
77+
78+
patchelf --set-rpath "\$ORIGIN/../lib" ./lib/*.so

0 commit comments

Comments
 (0)