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 71edabc commit 4fb5f14Copy full SHA for 4fb5f14
pyproject.toml
@@ -29,7 +29,8 @@ before-all = [
29
"scripts/build-env/manylinux.sh"
30
]
31
repair-wheel-command = [
32
- "cp tensor-array-repo/Tensor-Array/lib/*.so .libs/",
+ "mkdir -p .libs/",
33
+ "cp -v tensor-array-repo/Tensor-Array/lib/*.so .libs/",
34
"auditwheel repair --exclude libcu*.so.* -w {dest_dir} {wheel}"
35
36
0 commit comments