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 9e47dd0 commit 1606986Copy full SHA for 1606986
pyproject.toml
@@ -3,7 +3,6 @@ requires = [
3
"setuptools>=42",
4
"pybind11>=2.6.0",
5
"cmake>=3.18,<3.29",
6
- "patchelf",
7
]
8
build-backend = "setuptools.build_meta"
9
@@ -31,7 +30,6 @@ before-all = [
31
30
"scripts/build-env/manylinux.sh"
32
33
repair-wheel-command = [
34
- "patchelf --set-rpath tensor-array-repo/Tensor-Array/lib {wheel}",
35
"auditwheel repair --exclude libcu*.so.* -w {dest_dir} {wheel}"
36
37
0 commit comments