]> https://gitweb.dealii.org/ - candi.git/commitdiff
also fix install path from source 95/head
authorTimo Heister <timo.heister@gmail.com>
Thu, 11 Oct 2018 14:53:13 +0000 (16:53 +0200)
committerTimo Heister <timo.heister@gmail.com>
Thu, 11 Oct 2018 14:53:13 +0000 (16:53 +0200)
deal.II-toolchain/packages/cmake.package

index b633b8dca4864eab501b753e4e495fb4932f7cf7..0a8766bfe52960a6030324f29a680c8ce3f7766b 100644 (file)
@@ -18,23 +18,23 @@ if [ ${PLATFORM_OSTYPE} == "linux" ]; then
     PACKING=.tar.gz
     CHECKSUM=55e30dd01698e9409b576008fd22394c
     BUILDCHAIN=ignore
-    INSTALL_PATH=${INSTALL_PATH}/${NAME}
 else
     # configure/make/install
     NAME=cmake-${VERSION}
     PACKING=.tar.gz
     CHECKSUM=d2d554c05fc07cfae7846d2aa205f12a
-    
+
     if builtin command -v cmake > /dev/null; then
         # configure/make with cmake (older or newer version already installed)    
         BUILDCHAIN=cmake
-       else
+    else
         # configure/make with autotools
         BUILDCHAIN=autotools
     fi
 fi
 
 SOURCE=https://cmake.org/files/v${MAJOR}/
+INSTALL_PATH=${INSTALL_PATH}/${NAME}
 
 if [ ${BUILDCHAIN} == "ignore" ]; then
     package_specific_install () {

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.