7d508f75ab
This reverts commit 3629c4d5ca.
Reason for revert: <commit break mainline rocm builds - RHEL-9>
Change-Id: Ideed94313b15bc8af2bd9855535d490fd84b5c3b
6 lines
246 B
Plaintext
Executable File
6 lines
246 B
Plaintext
Executable File
# left-hand term originates from ENABLE_LDCONFIG = ON/OFF at package build
|
|
if [ "@ENABLE_LDCONFIG@" == "ON" ]; then
|
|
echo -e "@CPACK_PACKAGING_INSTALL_PREFIX@/@CMAKE_INSTALL_LIBDIR@" > /etc/ld.so.conf.d/x86_64-librocm_smi_lib.conf
|
|
ldconfig
|
|
fi
|