From f5b2aa6805c83b883e764b97a993ef8e0bda888c Mon Sep 17 00:00:00 2001 From: saadrahim <44449863+saadrahim@users.noreply.github.com> Date: Wed, 4 Mar 2020 17:17:08 -0700 Subject: [PATCH] Updates to the RUNPATH of the lib (#108) Co-authored-by: mpruthvikumar --- install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install b/install index d15019396..a0550992a 100755 --- a/install +++ b/install @@ -133,10 +133,10 @@ else fi if [[ "${build_relocatable}" == true ]]; then - CXX=${rocm_path}/bin/$compiler ${cmake_executable} -DCMAKE_INSTALL_PREFIX=${rocm_path} \ + CXX=${rocm_path}/bin/$compiler ${cmake_executable} -DCMAKE_INSTALL_PREFIX="${rocm_path}" \ -DBUILD_TEST=ON -DBUILD_BENCHMARK=ON -DBUILD_CRUSH_TEST=ON -DDEPENDENCIES_FORCE_DOWNLOAD=ON \ -DCMAKE_PREFIX_PATH="${rocm_path} ${rocm_path}/hcc ${rocm_path}/hip" \ - -DCMAKE_SHARED_LINKER_FLAGS=${rocm_rpath} \ + -DCMAKE_SHARED_LINKER_FLAGS="${rocm_rpath}" \ -DROCM_DISABLE_LDCONFIG=ON \ -DCMAKE_MODULE_PATH="${rocm_path}/hip/cmake" \ ../../. # or cmake-gui ../.