From 94676d49ecc9c0fbf947ee1a4fae1895e0ff640e Mon Sep 17 00:00:00 2001 From: "Nguyen Vuong (from Dev Box)" Date: Fri, 17 Apr 2026 13:24:46 -0700 Subject: [PATCH 1/5] Common packages upgrade --- versions.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/versions.json b/versions.json index 04b9e68b9..b22606737 100644 --- a/versions.json +++ b/versions.json @@ -13,9 +13,9 @@ }, "cmake": { "common": { - "version": "4.1.1", - "url": "https://github.com/Kitware/CMake/releases/download/v4.1.1/cmake-4.1.1-linux-x86_64.tar.gz", - "sha256": "5a6c61cb62b38e153148a2c8d4af7b3d387f0c8c32b6dbceb5eb4af113efd65a" + "version": "4.3.1", + "url": "https://github.com/Kitware/CMake/releases/download/v4.3.1/cmake-4.3.1-linux-x86_64.tar.gz", + "sha256": "208d76804009cbe8ec9aea0aa052c857c6e59bd289b43b9941c99324dc78b1d8" } }, "doca": { @@ -282,9 +282,9 @@ }, "ompi": { "common": { - "version": "5.0.9", - "sha256": "be35ac3aae68609dedf56a3c6480cb1b0af9ae40b98cc83ef27bc859084a9aa8", - "url": "https://download.open-mpi.org/release/open-mpi/v5.0/openmpi-5.0.9.tar.gz" + "version": "5.0.10", + "sha256": "5692cc80554a7117c99eaa725d35100edd8bbf73423a5e265ff867979192df7d", + "url": "https://download.open-mpi.org/release/open-mpi/v5.0/openmpi-5.0.10.tar.gz" } }, "impi": { @@ -672,7 +672,7 @@ }, "nccl": { "common": { - "version": "2.28.9-1", + "version": "2.29.7-1", "rdmasharpplugins": { "commit": "master" } @@ -702,7 +702,7 @@ }, "nvbandwidth": { "common": { - "version": "0.8", + "version": "0.9", "url": "https://github.com/NVIDIA/nvbandwidth" }, "azurelinux3.0": { @@ -782,8 +782,8 @@ "amd": { "common": { "aocl": { - "version": "5.1.0", - "sha256": "2a12eb1270fc1cf16618664008dc872d37cc2bd690c492e468c8f2c6937f9488" + "version": "5.2.0", + "sha256": "89084b49f7706ed8fa393bbaac501b2dfc74665f3a6ec6173aafe34a1bd23f32" }, "aocc": { "version": "5.0.0", From bbc437fda1e59579cf3edf9db6cde3ff58b5d301 Mon Sep 17 00:00:00 2001 From: "Nguyen Vuong (from Dev Box)" Date: Fri, 17 Apr 2026 13:32:23 -0700 Subject: [PATCH 2/5] Upgrade dgcm also --- versions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.json b/versions.json index b22606737..2da2d06eb 100644 --- a/versions.json +++ b/versions.json @@ -714,7 +714,7 @@ }, "dcgm": { "common": { - "version": "3.3.9" + "version": "4.4.2" }, "ubuntu22.04": { "x86_64": { From d8f0df7490dc3be059f80bde020f7fdec70d2171 Mon Sep 17 00:00:00 2001 From: "Nguyen Vuong (from Dev Box)" Date: Fri, 17 Apr 2026 17:11:36 -0700 Subject: [PATCH 3/5] Update dcgm version also --- versions.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/versions.json b/versions.json index 2da2d06eb..88d7fb3f8 100644 --- a/versions.json +++ b/versions.json @@ -713,8 +713,10 @@ } }, "dcgm": { + // Technically common is not being used right now, but we should keep it up-to-date + // to reflect what RHEL is using, as it's always install the latest currently "common": { - "version": "4.4.2" + "version": "4.5.3" }, "ubuntu22.04": { "x86_64": { From 76dc43fc8d614ecfbc4df4f55b11f85b48faf0ee Mon Sep 17 00:00:00 2001 From: "Nguyen Vuong (from Dev Box)" Date: Fri, 17 Apr 2026 17:13:16 -0700 Subject: [PATCH 4/5] Remove comments --- versions.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/versions.json b/versions.json index 88d7fb3f8..e11cde5ea 100644 --- a/versions.json +++ b/versions.json @@ -713,8 +713,6 @@ } }, "dcgm": { - // Technically common is not being used right now, but we should keep it up-to-date - // to reflect what RHEL is using, as it's always install the latest currently "common": { "version": "4.5.3" }, From 805851265749aeccccb7487e549eb2e5a12737e0 Mon Sep 17 00:00:00 2001 From: Colton Paul Date: Fri, 17 Apr 2026 20:02:27 -0700 Subject: [PATCH 5/5] Leave dcgm common unchanged as it's unused --- versions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.json b/versions.json index e11cde5ea..b22606737 100644 --- a/versions.json +++ b/versions.json @@ -714,7 +714,7 @@ }, "dcgm": { "common": { - "version": "4.5.3" + "version": "3.3.9" }, "ubuntu22.04": { "x86_64": {