easyconfigs-it4i/b/binutils/binutils-2.32-GCCcore-8.3.0.eb
2019-11-05 15:59:50 +01:00

29 lines
807 B
Plaintext

# IT4Innovations 2019
name = 'binutils'
version = '2.32'
homepage = 'http://directory.fsf.org/project/binutils/'
description = "binutils: GNU binary utilities"
toolchain = {'name': 'GCCcore', 'version': '8.3.0'}
source_urls = [GNU_SOURCE]
sources = [SOURCE_TAR_GZ]
checksums = ['9b0d97b3d30df184d302bced12f976aa1e5fbf4b0be696cdebc6cca30411a46e']
builddependencies = [
('flex', '2.6.4', '', True),
('Bison', '3.3.2', '', True),
# use same binutils version that was used when building GCC toolchain, to 'bootstrap' this binutils
('binutils', version, '', True)
]
dependencies = [
# zlib is a runtime dep to avoid that it gets embedded in libbfd.so,
# see https://github.com/easybuilders/easybuild-easyblocks/issues/1350
('zlib', '1.2.11', '', True),
]
moduleclass = 'tools'