Merge "Removing ld.so.conf entry for Opencl package" into amd-master-next

[ROCm/clr commit: bbcfe78d1c]
Bu işleme şunda yer alıyor:
Pruthvi Madugundu
2020-04-20 13:50:41 -04:00
işlemeyi yapan: Gerrit Code Review
işleme eceb5d2e82
2 değiştirilmiş dosya ile 6 ekleme ve 2 silme
+3 -1
Dosyayı Görüntüle
@@ -3,7 +3,9 @@
set -e
do_ldconfig() {
echo /opt/rocm/opencl/lib > /etc/ld.so.conf.d/x86_64-rocm-opencl.conf && ldconfig
if [ -e "/opt/rocm/opencl" ] ; then
echo /opt/rocm/opencl/lib > /etc/ld.so.conf.d/x86_64-rocm-opencl.conf && ldconfig
fi
mkdir -p /etc/OpenCL/vendors && (echo libamdocl64.so > /etc/OpenCL/vendors/amdocl64.icd)
}
+3 -1
Dosyayı Görüntüle
@@ -1,2 +1,4 @@
echo /opt/rocm/opencl/lib > /etc/ld.so.conf.d/x86_64-rocm-opencl.conf && ldconfig
if [ -e "/opt/rocm/opencl" ] ; then
echo /opt/rocm/opencl/lib > /etc/ld.so.conf.d/x86_64-rocm-opencl.conf && ldconfig
fi
mkdir -p /etc/OpenCL/vendors && (echo libamdocl64.so > /etc/OpenCL/vendors/amdocl64.icd)