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 d48861f commit 6cef46dCopy full SHA for 6cef46d
pyproject.toml
@@ -31,7 +31,7 @@ before-all = [
31
"scripts/build-env/manylinux.sh"
32
]
33
repair-wheel-command = [
34
- "patchelf --set-rpath \\\"$ORIGIN../lib\\\" tensor-array-repo/Tensor-Array/lib/*.so",
+ "patchelf --set-rpath \"$ORIGIN/../lib\" tensor-array-repo/Tensor-Array/lib/*.so",
35
"auditwheel repair --exclude libcu*.so.* -w {dest_dir} {wheel}"
36
37
0 commit comments