From fa90f4b0ac47796ab8200ad5a55508e2882e2fbc Mon Sep 17 00:00:00 2001 From: Yiltan Date: Mon, 20 Jan 2025 18:15:07 +0000 Subject: [PATCH] Minor fixes for packaging --- CMakeLists.txt | 6 ++---- scripts/install_dependencies.sh | 1 + 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a3a23d5941..ee21511473 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -248,10 +248,8 @@ rocm_install( rocm_package_add_dependencies( DEPENDS hsa-rocr - "hip-runtime-amd >= 6.2.2" - "rocm-dev >= 6.2.2" - "openmpi >= 5.0.6" - "ucx >= 1.17.0" + hip-runtime-amd + rocm-dev ) rocm_create_package( diff --git a/scripts/install_dependencies.sh b/scripts/install_dependencies.sh index 980cb597ee..bb1b12d4fc 100755 --- a/scripts/install_dependencies.sh +++ b/scripts/install_dependencies.sh @@ -34,6 +34,7 @@ cd ucx --without-go \ --without-java \ --without-cuda \ + --without-verbs \ --without-knem make -j make install