Skip to content

Commit

Permalink
Switch to latest cmake release 3.24.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrack committed Sep 27, 2022
1 parent 78096bc commit a07564e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tools/toolchain/scripts/stage0/install_cmake.sh
Expand Up @@ -20,13 +20,13 @@ cd "${BUILDDIR}"
case "${with_cmake}" in
__INSTALL__)
echo "==================== Installing CMake ===================="
cmake_ver="3.22.1"
cmake_ver="3.24.2"
if [ "${OPENBLAS_ARCH}" = "arm64" ]; then
cmake_arch="Linux-aarch64"
cmake_sha256="ff886c6c16be867229a6c1fe4bc963ff77ae24187d5a8d64ef72a06f84c1a25c"
cmake_arch="linux-aarch64"
cmake_sha256="281b42627c9a1beed03e29706574d04c6c53fae4994472e90985ef018dd29c02"
elif [ "${OPENBLAS_ARCH}" = "x86_64" ]; then
cmake_arch="Linux-x86_64"
cmake_sha256="808a712bcb039fd71f6960dca82a9befb977d8bdb074718218cf7646fd08bb7a"
cmake_arch="linux-x86_64"
cmake_sha256="739d372726cb23129d57a539ce1432453448816e345e1545f6127296926b6754"
else
report_error ${LINENO} \
"cmake installation for ARCH=${ARCH} is not supported. You can try to use the system installation using the flag --with-cmake=system instead."
Expand Down

0 comments on commit a07564e

Please sign in to comment.