mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-10 17:02:11 +01:00
29 lines
844 B
Plaintext
29 lines
844 B
Plaintext
# IT4Innovations 2019
|
|
|
|
name = 'local_binutils'
|
|
version = '2.32'
|
|
|
|
homepage = 'https://directory.fsf.org/project/local_binutils/'
|
|
description = "local_binutils: GNU binary utilities"
|
|
|
|
toolchain = {'name': 'GCCcore', 'version': '9.2.0'}
|
|
|
|
source_urls = [GNU_SOURCE]
|
|
sources = [SOURCE_TAR_GZ]
|
|
checksums = ['9b0d97b3d30df184d302bced12f976aa1e5fbf4b0be696cdebc6cca30411a46e']
|
|
|
|
builddependencies = [
|
|
('flex', '2.6.4', '', True),
|
|
('Bison', '3.3.2', '', True),
|
|
# use same local_binutils version that was used when building GCC toolchain, to 'bootstrap' this local_binutils
|
|
('local_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'
|