Toolchain: cmake 3.29.0 -> 3.29.5

This commit is contained in:
Matthias Krack 2024-06-12 12:11:26 +02:00
parent 2e8533f7c0
commit 3fa69c40d1

View file

@ -20,13 +20,13 @@ cd "${BUILDDIR}"
case "${with_cmake}" in
__INSTALL__)
echo "==================== Installing CMake ===================="
cmake_ver="3.29.0"
cmake_ver="3.29.5"
if [ "${OPENBLAS_ARCH}" = "arm64" ]; then
cmake_arch="linux-aarch64"
cmake_sha256="81eea0636f7e9488635a440ab9c5e3e8e4218d75d222bd60da1a114d39305fa8"
cmake_sha256="399178e3f94675d7771fbf927e229b48fe0d0abdc54f1ad2511ec501191d010c"
elif [ "${OPENBLAS_ARCH}" = "x86_64" ]; then
cmake_arch="linux-x86_64"
cmake_sha256="0cbbc2bf663977fe2f3c87d1cf493cd13856effa7d3d73f819b8c0e39f016349"
cmake_sha256="4f7aaec19167b6400a64082af1d5a7bf2fbfcdb6966524856d38a94d5f173bd2"
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."