Skip to content

Commit

Permalink
cmake 3.24.2 -> 3.25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrack committed Dec 21, 2022
1 parent 219e404 commit bc9d179
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/toolchain/scripts/stage0/install_cmake.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ cd "${BUILDDIR}"
case "${with_cmake}" in
__INSTALL__)
echo "==================== Installing CMake ===================="
cmake_ver="3.24.2"
cmake_ver="3.25.1"
if [ "${OPENBLAS_ARCH}" = "arm64" ]; then
cmake_arch="linux-aarch64"
cmake_sha256="281b42627c9a1beed03e29706574d04c6c53fae4994472e90985ef018dd29c02"
cmake_sha256="8491a40148653b99877a49bf5ad6b33b595acc58f7ad2f60b659b63b38bb2cbf"
elif [ "${OPENBLAS_ARCH}" = "x86_64" ]; then
cmake_arch="linux-x86_64"
cmake_sha256="739d372726cb23129d57a539ce1432453448816e345e1545f6127296926b6754"
cmake_sha256="6598da34f0e3a0f763809e25cfdd646aa1d5e4d133c4277821e63ae5cfe09457"
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 bc9d179

Please sign in to comment.