From 6d2ec88eec59e910093910eb5493453e89f099b6 Mon Sep 17 00:00:00 2001 From: Nilesh M Negi Date: Tue, 29 Apr 2025 08:51:43 -0500 Subject: [PATCH] [BUILD] Fix rccl-tests version string for packaging (#117) Signed-off-by: nileshnegi [ROCm/rccl-tests commit: c96deb13cd5fce13a5e21fe4a0170f050eb7f359] --- projects/rccl-tests/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/projects/rccl-tests/CMakeLists.txt b/projects/rccl-tests/CMakeLists.txt index f4ae1c76ac..e39d38b82b 100644 --- a/projects/rccl-tests/CMakeLists.txt +++ b/projects/rccl-tests/CMakeLists.txt @@ -203,6 +203,8 @@ set(ROCM_USE_DEV_COMPONENT OFF) # This repo doesn't have a dev component # Add all of the tests add_subdirectory(src) +rocm_setup_version(VERSION "2.14.1") + # Create ROCm standard packages rocm_create_package( NAME rccl-tests