easyconfigs-it4i/g/GCC/GCC-8.1.0-2.30.eb
easybuild 40b461ca6f fix
2019-11-06 13:38:09 +01:00

26 lines
587 B
Plaintext

# IT4Innovations 2018
easyblock = 'Bundle'
name = 'GCC'
version = '8.1.0'
local_local_binutilsver = '2.30'
versionsuffix = '-%s' % local_local_binutilsver
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
dependencies = [
('GCCcore', version),
('binutils', local_local_binutilsver, '', ('GCCcore', version)),
]
altroot = 'GCCcore'
altversion = 'GCCcore'
moduleclass = 'local_compiler'