015697db74
Package files installed in /opt/rocm Wrapper header files and library soft links installed in/opt/rocm/rocprofiler Test tools library and binaries renamed Internal binaries installed in /opt/rocm/libexec/rocprofiler run.sh updated with file reorg changes Change-Id: I927d1a0dcd814764ebf0f473d0a64883906d5457
6 rindas
216 B
Plaintext
6 rindas
216 B
Plaintext
# left-hand term originates from ENABLE_LDCONFIG = ON/OFF at package build
|
|
if [ "@ENABLE_LDCONFIG@" == "ON" ]; then
|
|
echo @CPACK_PACKAGING_INSTALL_PREFIX@/lib > /etc/ld.so.conf.d/librocprofiler64.conf
|
|
ldconfig
|
|
fi
|