mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00
25 lines
553 B
Plaintext
25 lines
553 B
Plaintext
easyblock = 'Bundle'
|
|
|
|
name = 'Autotools'
|
|
version = '20170619' # date of the most recent change
|
|
|
|
homepage = 'http://autotools.io'
|
|
|
|
description = """
|
|
This bundle collect the standard GNU build tools: Autoconf, Automake
|
|
and libtool
|
|
"""
|
|
|
|
toolchain = {'name': 'system', 'version': ''}
|
|
|
|
dependencies = [
|
|
('Autoconf', '2.69'), # 20120424
|
|
('Automake', '1.15.1'), # 20170619
|
|
('libtool', '2.4.6'), # 20150215
|
|
]
|
|
|
|
# Pure bundle -- no need to specify 'binutils' used when building GCCcore
|
|
# toolchain as build dependency
|
|
|
|
moduleclass = 'devel'
|