SWDEV-332251 - removal of hip-catch* pkg during rocm uninstallation (#3033)
Adds rocm-core dependency
Change-Id: I749aa19bbbccb92f3ae2314d5029a1b96555e851
[ROCm/hip-tests commit: 6fed9ba2b2]
This commit is contained in:
committed by
GitHub
parent
cc962556ad
commit
9e3586439c
@@ -71,6 +71,9 @@ set(CPACK_PACKAGE_VENDOR "Advanced Micro Devices, Inc.")
|
||||
set(CPACK_PACKAGE_CONTACT "HIP Support <hip.support@amd.com>")
|
||||
set(CPACK_PACKAGE_VERSION @HIP_VERSION_MAJOR@.@HIP_VERSION_MINOR@.@HIP_VERSION_PATCH_GITHASH@)
|
||||
|
||||
# to remove hip-catch-* package during uninstallation of rocm
|
||||
set (CPACK_DEBIAN_PACKAGE_DEPENDS "rocm-core")
|
||||
set (CPACK_RPM_PACKAGE_REQUIRES "rocm-core")
|
||||
|
||||
if(NOT WIN32)
|
||||
set(CPACK_GENERATOR "TGZ;DEB;RPM" CACHE STRING "Linux package types for catch tests")
|
||||
|
||||
Reference in New Issue
Block a user