Skip to content
Draft
Show file tree
Hide file tree
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
24 changes: 0 additions & 24 deletions components/install_cmake.sh

This file was deleted.

3 changes: 0 additions & 3 deletions distros/almalinux8.10/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ source ../../utils/set_properties.sh

./install_utils.sh

# update cmake
$COMPONENT_DIR/install_cmake.sh

# install Lustre client
$COMPONENT_DIR/install_lustre_client.sh

Expand Down
3 changes: 0 additions & 3 deletions distros/almalinux9.7/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ source ../../utils/set_properties.sh

./install_utils.sh

# update cmake
$COMPONENT_DIR/install_cmake.sh

# install Lustre client
$COMPONENT_DIR/install_lustre_client.sh

Expand Down
3 changes: 0 additions & 3 deletions distros/rocky8.10/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ source ../../utils/set_properties.sh
# Fix python3-setools bug for CycleCloud compatibility (Rocky 8.x only)
$COMPONENT_DIR/fix_setools_cyclecloud.sh

# update cmake
$COMPONENT_DIR/install_cmake.sh

# install Lustre client
$COMPONENT_DIR/install_lustre_client.sh

Expand Down
3 changes: 0 additions & 3 deletions distros/rocky9.7/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ source ../../utils/set_properties.sh
# Fix python3-setools bug for CycleCloud compatibility (Rocky 8.x only, but safe to run on 9.x)
$COMPONENT_DIR/fix_setools_cyclecloud.sh

# update cmake
$COMPONENT_DIR/install_cmake.sh

# install Lustre client
$COMPONENT_DIR/install_lustre_client.sh

Expand Down
3 changes: 0 additions & 3 deletions distros/ubuntu22.04/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ source ../../utils/set_properties.sh

./install_utils.sh

# update cmake
$COMPONENT_DIR/install_cmake.sh

# install Lustre client
$COMPONENT_DIR/install_lustre_client.sh

Expand Down
6 changes: 0 additions & 6 deletions distros/ubuntu24.04/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@ source ${UTILS_DIR}/utilities.sh

./install_utils.sh

if [ "$SKU" != "GB200" ]; then
# update cmake
$COMPONENT_DIR/install_cmake.sh

fi

# install Lustre client
$COMPONENT_DIR/install_lustre_client.sh

Expand Down
28 changes: 0 additions & 28 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,34 +11,6 @@
"_comment": "decouple AL3 kernel package installing scripts with versions.json, since we no longer need to specify specific kernel package versions due to enforced driver version update by monthly AL3 releases"
}
},
"cmake": {
"common": {
"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"
},
"ubuntu24.04": {
"aarch64": {
"nvidia_gb200": {
"baremetal": {
"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"
}
},
"nvidia_gb300": {
"baremetal": {
"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": {
"ubuntu22.04": {
"x86_64": {
Expand Down