easyconfigs-it4i/a/Autotools/Autotools-20170619.eb
2019-11-06 13:27:39 +01:00

25 lines
532 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 = SYSTEM
dependencies = [
('Autoconf', '2.69'), # 20120424
('Automake', '1.15.1'), # 20170619
('libtool', '2.4.6'), # 20150215
]
# Pure bundle -- no need to specify 'local_binutils' used when building GCCcore
# toolchain as build dependency
moduleclass = 'devel'