easyconfigs-it4i/a/Autotools/Autotools-20180311.eb

27 lines
576 B
Plaintext

# IT4Innovations 2018
easyblock = 'Bundle'
name = 'Autotools'
version = '20180311' # 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.16.1'), # 20180311
('libtool', '2.4.6'), # 20150215
]
# Pure bundle -- no need to specify 'binutils' used when building GCCcore
# toolchain as build dependency
moduleclass = 'devel'