File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 11[build-system ]
22requires = [
33 " setuptools>=42" ,
4- " pybind11>=2.6.0"
4+ " pybind11>=2.6.0" ,
5+ " cmake>=3.18,<3.29" ,
6+ " patchelf" ,
57]
68build-backend = " setuptools.build_meta"
79
@@ -29,8 +31,7 @@ before-all = [
2931 " scripts/build-env/manylinux.sh"
3032]
3133repair-wheel-command = [
32- " mkdir -p .libs/" ,
33- " cp -v tensor-array-repo/Tensor-Array/lib/*.so .libs/" ,
34+ " patchelf --set-rpath \\\" $ORIGIN../lib\\\" tensor-array-repo/Tensor-Array/lib/*.so" ,
3435 " auditwheel repair --exclude libcu*.so.* -w {dest_dir} {wheel}"
3536]
3637
Original file line number Diff line number Diff line change @@ -46,8 +46,6 @@ echo "nvcc is available. Proceeding with the build environment setup."
4646
4747cd tensor-array-repo/Tensor-Array
4848
49- pip install " cmake>=3.18,<3.29"
50-
5149# Create build directory if it doesn't exist
5250if [ ! -d " build" ]; then
5351 echo " Creating build directory..."
You can’t perform that action at this time.
0 commit comments