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 2a03668 commit e904a85Copy full SHA for e904a85
manywheel/build_rocm.sh
@@ -14,6 +14,8 @@ export USE_STATIC_NCCL=1
14
export ATEN_STATIC_CUDA=1
15
export USE_CUDA_STATIC_LINK=1
16
export INSTALL_TEST=0 # dont install test binaries into site-packages
17
+# Set RPATH instead of RUNPATH when using patchelf to avoid LD_LIBRARY_PATH override
18
+export FORCE_RPATH="--force-rpath"
19
20
# Keep an array of cmake variables to add to
21
if [[ -z "$CMAKE_ARGS" ]]; then
0 commit comments