mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 14:15:19 -04:00
CMake 3.30.0 -> 3.31.2
This commit is contained in:
parent
bb5c3e566f
commit
aca85da0cf
1 changed files with 3 additions and 3 deletions
|
|
@ -20,13 +20,13 @@ cd "${BUILDDIR}"
|
|||
case "${with_cmake}" in
|
||||
__INSTALL__)
|
||||
echo "==================== Installing CMake ===================="
|
||||
cmake_ver="3.30.0"
|
||||
cmake_ver="3.31.2"
|
||||
if [ "${OPENBLAS_ARCH}" = "arm64" ]; then
|
||||
cmake_arch="linux-aarch64"
|
||||
cmake_sha256="daa89552fd9102fb70399b31b5605c4f61125023bbbed947757a7b53ce36c4d0"
|
||||
cmake_sha256="85cc81f782cd8b5ac346e570ad5cfba3bdbe5aa01f27f7ce6266c4cef9334255"
|
||||
elif [ "${OPENBLAS_ARCH}" = "x86_64" ]; then
|
||||
cmake_arch="linux-x86_64"
|
||||
cmake_sha256="1a5969fe81fea6e5220d053d9d3e3754cbc85be07d2d428bebdcfe87137971a9"
|
||||
cmake_sha256="b81cf3f4892683133f330cd7c016c28049b5725617db24ca8763360883545d34"
|
||||
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."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue