From 26e161a7a232e61ac49647f9026f1583ce8270d0 Mon Sep 17 00:00:00 2001 From: saadrahim <44449863+saadrahim@users.noreply.github.com> Date: Fri, 6 Dec 2019 16:06:50 -0700 Subject: [PATCH] Package fix (#161) * Fixing RHEL dependency on rocm-dev [ROCm/rccl commit: 0092b3513278bd39cae91ebb675a628968ccfa38] --- projects/rccl/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rccl/CMakeLists.txt b/projects/rccl/CMakeLists.txt index b7dcf55942..a68b2836c6 100644 --- a/projects/rccl/CMakeLists.txt +++ b/projects/rccl/CMakeLists.txt @@ -187,7 +187,7 @@ rocm_export_targets(NAMESPACE hip) set(CPACK_DEBIAN_PACKAGE_DEPENDS "rocm-dev (>= 2.5.27)") -set(CPACK_RPM_PACKAGE_REQUIRES "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")