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
}
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