From 13de181fbc4f51c63280d17d286285ab50b79e6c Mon Sep 17 00:00:00 2001 From: saadrahim <44449863+saadrahim@users.noreply.github.com> Date: Fri, 6 Dec 2019 14:00:25 -0700 Subject: [PATCH] Changing package dependency to rocm-dev (#160) [ROCm/rccl commit: bd59b6f880b8dd6593808b18946a3d4e569b7f60] --- projects/rccl/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/projects/rccl/CMakeLists.txt b/projects/rccl/CMakeLists.txt index b6ff4847ba..b7dcf55942 100644 --- a/projects/rccl/CMakeLists.txt +++ b/projects/rccl/CMakeLists.txt @@ -186,8 +186,8 @@ rocm_export_targets(NAMESPACE DEPENDS hip) -set(CPACK_DEBIAN_PACKAGE_DEPENDS "hip_hcc") -set(CPACK_RPM_PACKAGE_REQUIRES "hip_hcc") +set(CPACK_DEBIAN_PACKAGE_DEPENDS "rocm-dev (>= 2.5.27)") +set(CPACK_RPM_PACKAGE_REQUIRES "rocm-dev (>= 2.5.27)") set(CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST_ADDITION "/opt" "/opt/rocm") @@ -197,7 +197,7 @@ rocm_create_package( DESCRIPTION "Optimized primitives for collective multi-GPU communication" MAINTAINER - "" + "" LDCONFIG) rocm_install_symlink_subdir(rccl)