RPM: Add /opt/rocm/lib64 to lib path

CentOS+cmake suffix the "lib" folder with 64 when building 64-bit
packages

Fixes: 9434223752: Clean up cmake install and package



Change-Id: If029afd6e198b812116f3d3b3921b5486a1be355
This commit is contained in:
Kent Russell
2018-07-25 19:43:51 -04:00
parent 63f2a0d280
commit 3719ec2557
+1 -1
View File
@@ -1 +1 @@
echo /opt/rocm/lib > /etc/ld.so.conf.d/x86_64-libhsakmt.conf && ldconfig
echo -e "/opt/rocm/lib\n/opt/rocm/lib64" > /etc/ld.so.conf.d/x86_64-libhsakmt.conf && ldconfig