Skip to content

Commit

Permalink
Updates to the RUNPATH of the lib (#108)
Browse files Browse the repository at this point in the history
Co-authored-by: mpruthvikumar <[email protected]>
  • Loading branch information
saadrahim and mpruthvikumar authored Mar 5, 2020
1 parent 20822ce commit f5b2aa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install
Original file line number Diff line number Diff line change
Expand Up @@ -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 ../.
Expand Down

0 comments on commit f5b2aa6

Please sign in to comment.