From 2948c1f2cc48d09103763ea3b5a1955bd5ad0dcd Mon Sep 17 00:00:00 2001 From: Aakash Sudhanwa Date: Fri, 24 Sep 2021 16:35:53 -0400 Subject: [PATCH] Revert "CMakeLists: Make libdrm-amdgpu1 a suggestion" This reverts commit 919cd43da57e3ebfc69c033f3b99ea14381c6784. Reason for revert: Breaking on Centos7 Change-Id: Ibd5a7c5d4e8c07defec45821ae1faa525cfc916d [ROCm/ROCR-Runtime commit: 06b1f25172c5508deeb08c87cfa68eddb1419069] --- projects/rocr-runtime/CMakeLists.txt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/projects/rocr-runtime/CMakeLists.txt b/projects/rocr-runtime/CMakeLists.txt index 5b2806b419..077ab51c36 100644 --- a/projects/rocr-runtime/CMakeLists.txt +++ b/projects/rocr-runtime/CMakeLists.txt @@ -350,15 +350,9 @@ set(CPACK_PACKAGE_VERSION "${PACKAGE_VERSION_STR}") # Setting devel package dependendent version set(CPACK_DEBIAN_PACKAGE_DEPENDS "libdrm-dev, rocm-core") -set(CPACK_DEBIAN_PACKAGE_SUGGESTS "libdrm-amdgpu-amdgpu1") set(CPACK_DEBIAN_PACKAGE_REPLACES "hsakmt-roct") set(CPACK_RPM_PACKAGE_REQUIRES "libdrm-devel, rocm-core") -# NOTE: CentOS/RHEL 7 have no concept of "Suggests" so this will just -# fail to install libdrm-amdgpu on those OSes. -# If this package is required, either manually install the package -# or change the field below to REQUIRES -set(CPACK_RPM_PACKAGE_SUGGESTS "libdrm-amdgpu") # Set the names now using CPACK utility set(CPACK_DEBIAN_FILE_NAME "DEB-DEFAULT")