#%Module1.0#####################################################################

proc ModulesHelp { } {

puts stderr " "
puts stderr "This module loads the GNU compiler collection"
puts stderr " "
puts stderr "Consult the man pages for detailed information"
puts stderr "on the commandline syntax and compiler options."
puts stderr " "

puts stderr "\nVersion 7\n"

}
module-whatis "Name: GNU Compiler Collection"
module-whatis "Version: 1.4"
module-whatis "Category: compiler, runtime support"
module-whatis "Description: GNU Compiler Family (C/C++/Fortran for x86_64)"
module-whatis "URL: http://gcc.gnu.org"

set     version                     7
prepend-path    MODULEPATH          /usr/share/lmod/moduledeps/gnu-7
prepend-path    PATH    /usr/lib/hpc/compiler/gnu/7/bin
# nothing to do since gcc is in the default path

family "compiler"

