mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-15 19:28:06 +01:00
26 lines
572 B
Plaintext
26 lines
572 B
Plaintext
# IT4Innovations 2018
|
|
|
|
easyblock = 'Bundle'
|
|
|
|
name = 'GCC'
|
|
version = '8.1.0'
|
|
|
|
binutilsver = '2.30'
|
|
versionsuffix = '-%s' % 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 = {'name': 'system', 'version': ''}
|
|
|
|
dependencies = [
|
|
('GCCcore', version),
|
|
('binutils', binutilsver, '', ('GCCcore', version)),
|
|
]
|
|
|
|
altroot = 'GCCcore'
|
|
altversion = 'GCCcore'
|
|
|
|
moduleclass = 'compiler'
|