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 75f5403 commit faa311dCopy full SHA for faa311d
scripts/build-env/manylinux.sh
@@ -73,7 +73,6 @@ else
73
echo "Symbolic link for lib64 to lib already exists or lib64 does not exist."
74
fi
75
76
-cd ../..
+patchelf --set-rpath "\$ORIGIN/../lib" ./lib/*.so
77
78
-patchelf --set-rpath "\$ORIGIN/../lib" ./lib/libtensorarray_core.so
79
-patchelf --set-rpath "\$ORIGIN/../lib" ./lib/libtensorarray_layers.so
+cd ../..
0 commit comments