Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
},
"cmake": {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is probably leftover stuff from ages ago, CMake on all in-support distros should be modern enough to handle all compilation. Install CMake from respective distro repos instead of building from source even if source is newer

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah gotcha thank you for pointing that out. However, I still see all distro referencing the install_cmake script which reference this section. Refactor them to install from distro repos instead and deprecate the script might need a separate PR on its own. Is it okay if we only do the version bumping and follow up with your suggestion on a different PR?

"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": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -672,7 +672,7 @@
},
"nccl": {
"common": {
"version": "2.28.9-1",
"version": "2.29.7-1",
"rdmasharpplugins": {
"commit": "master"
}
Expand Down Expand Up @@ -702,7 +702,7 @@
},
"nvbandwidth": {
"common": {
"version": "0.8",
"version": "0.9",
"url": "https://github.com/NVIDIA/nvbandwidth"
},
"azurelinux3.0": {
Expand Down Expand Up @@ -782,8 +782,8 @@
"amd": {
"common": {
"aocl": {
"version": "5.1.0",
"sha256": "2a12eb1270fc1cf16618664008dc872d37cc2bd690c492e468c8f2c6937f9488"
"version": "5.2.0",
"sha256": "89084b49f7706ed8fa393bbaac501b2dfc74665f3a6ec6173aafe34a1bd23f32"
},
"aocc": {
"version": "5.0.0",
Expand Down