easyconfigs-it4i/a/Autotools/Autotools-20180311.eb
Jakub Kropacek b7ed93db90 new file: a/Automake/Automake-1.16.1.eb
new file:   a/Autotools/Autotools-20180311.eb
	modified:   n/numactl/numactl-2.0.12-GCCcore-8.2.0.eb
	modified:   u/UCX/UCX-1.9.0-GCCcore-8.2.0.eb
2022-10-17 14:03:46 +02:00

27 lines
549 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 = SYSTEM
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'