]> https://gitweb.dealii.org/ - candi.git/commitdiff
Update cmake to version 3.16.3 175/head
authorFabian Castelli <fabian.castelli@kit.edu>
Tue, 25 May 2021 17:26:37 +0000 (19:26 +0200)
committerFabian Castelli <fabian.castelli@kit.edu>
Tue, 25 May 2021 17:26:37 +0000 (19:26 +0200)
deal.II-toolchain/packages/cmake.package

index 6e779be1860f2af602ab929d058c7a292044058c..6fe31aed36c6d939d411f08ca58cc65e0f8fe875 100644 (file)
@@ -1,5 +1,5 @@
-MAJOR=3.11
-MINOR=2
+MAJOR=3.16
+MINOR=3
 VERSION=${MAJOR}.${MINOR}
 
 # We try to determine if we have a linux platform to use tarball install
@@ -16,13 +16,15 @@ if [ ${PLATFORM_OSTYPE} == "linux" ]; then
     # tarball install
     NAME=cmake-${VERSION}-Linux-x86_64
     PACKING=.tar.gz
-    CHECKSUM=55e30dd01698e9409b576008fd22394c
+    # CHECKSUM=55e30dd01698e9409b576008fd22394c # 3.11.2
+    CHECKSUM=8f3dd8952ae9d532ae340c7d0f4cd1d7 # 3.16.3
     BUILDCHAIN=ignore
 else
     # configure/make/install
     NAME=cmake-${VERSION}
     PACKING=.tar.gz
-    CHECKSUM=d2d554c05fc07cfae7846d2aa205f12a
+    # CHECKSUM=d2d554c05fc07cfae7846d2aa205f12a # 3.11.2
+    CHECKSUM=9e6fa59704d3a52812e279996b5b01c7 # 3.16.3
 
     if builtin command -v cmake > /dev/null; then
         # configure/make with cmake (older or newer version already installed)    
@@ -56,4 +58,3 @@ export PATH=${INSTALL_PATH}/bin:\${PATH}
 export CMAKE_ROOT=${INSTALL_PATH}/share/${MAJOR}
 " >> $CONFIG_FILE
 }
-

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.