From: Uwe Köcher Date: Sun, 21 Sep 2014 09:40:02 +0000 (+0200) Subject: updated whatis string to \" \" X-Git-Tag: v0.4~66 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a5f85f88df09d94d88668966cc69cedee6019d1;p=candi.git updated whatis string to \" \" --- diff --git a/gcc/packages/gcc.package b/gcc/packages/gcc.package index 18d90cf..284b141 100644 --- a/gcc/packages/gcc.package +++ b/gcc/packages/gcc.package @@ -5,14 +5,14 @@ PACKING=.tar.gz CHECKSUM=ignore BUILDCHAIN=autotools -if [ ${GCC} = "4.7.3" ]; then - CHECKSUM=d518eace24a53aef59c2c69498ea4989 -elif [ ${GCC} = "4.8.2" ]; then - CHECKSUM=deca88241c1135e2ff9fa5486ab5957b +if [ ${GCC} = "4.9.1" ]; then + CHECKSUM=b188a3c9be25ddbf36b4fa6f04aaafaa elif [ ${GCC} = "4.9.0" ]; then CHECKSUM=fe8786641134178ecfeee2dc7644a0d8 -elif [ ${GCC} = "4.9.1" ]; then - CHECKSUM=b188a3c9be25ddbf36b4fa6f04aaafaa +elif [ ${GCC} = "4.8.2" ]; then + CHECKSUM=deca88241c1135e2ff9fa5486ab5957b +elif [ ${GCC} = "4.7.3" ]; then + CHECKSUM=d518eace24a53aef59c2c69498ea4989 fi MODULEFILE_PATH=${INSTALL_PATH}/conf/modulefiles/compiler/gcc @@ -35,7 +35,7 @@ proc ModulesHelp { } { } conflict compiler -module-whatis "Sets up the GNU ${VERSION} Compiler environment." +module-whatis \"Sets up the GNU ${VERSION} Compiler environment.\" prepend-path PATH ${INSTALL_PATH}/bin prepend-path MANPATH ${INSTALL_PATH}/share/man