f1da5591b5
Wrapper header files Soft link to libraries and binaries rocm_smi.py and rsmiBindings.py installed in libexec/rocm_smi Binaries, libraries and header files installed as per File Reorg folder structure Change-Id: I3166ab67f89c2ae4aafbc87bb00c9a5233221ade
6 satır
267 B
Plaintext
Çalıştırılabilir Dosya
6 satır
267 B
Plaintext
Çalıştırılabilir Dosya
# left-hand term originates from ENABLE_LDCONFIG = ON/OFF at package build
|
|
if [ "@ENABLE_LDCONFIG@" == "ON" ]; then
|
|
echo -e "@CPACK_PACKAGING_INSTALL_PREFIX@/lib\n@CPACK_PACKAGING_INSTALL_PREFIX@/lib64" > /etc/ld.so.conf.d/x86_64-librocm_smi_lib.conf
|
|
ldconfig
|
|
fi
|