## # This is an easyconfig file for EasyBuild, see https://github.com/easybuilders/easybuild # # Copyright:: Copyright 2015 Juelich Supercomputing Centre, Germany # Authors:: Bernd Mohr # License:: 3-clause BSD ## easyblock = 'SystemCompilerGCC' name = 'GCC' # using 'system' as a version instructs the SystemCompiler easyblock to derive the actual compiler version, # and define $EBVERSION* accordingly (yet generate a module named GCC/system); # if an actual version is specified here, it will be checked against the version of the system compiler that was found version = 'system' homepage = 'http://gcc.gnu.org/' description = """The GNU Compiler Collection includes front ends for C, C++, Objective-C, Fortran, Java, and Ada, as well as libraries for these languages (libstdc++, libgcj,...).""" toolchain = SYSTEM moduleclass = 'compiler'