b3d035b1dc
Update the packaging code to be CMake 3.5 compatible for CI. Create two packages rocm-opencl and rocm-opencl-dev on Ubuntu and CentOS. Add proper versioning into naming. Change-Id: I116081b7f6f7efa4be43ab3a66e4d3bff0589298
5 lines
128 B
Plaintext
5 lines
128 B
Plaintext
if [ $1 -eq 0 ]; then
|
|
rm -f /etc/ld.so.conf.d/x86_64-rocm-opencl.conf && ldconfig
|
|
rm -f /etc/OpenCL/vendors/amdocl64.icd
|
|
fi
|