# IT4Innovations # LK 2024 easyblock = 'Bundle' name = 'Autotools' version = '20231222' # date of the most recent change homepage = 'https://autotools.io' description = """ This bundle collect the standard GNU build tools: Autoconf, Automake and libtool """ toolchain = {'name': 'GCCcore', 'version': '14.2.0'} dependencies = [ ('Autoconf', '2.72'), # 20231222 ('Automake', '1.16.5'), # 20211003 ('libtool', '2.4.7'), # 20220317 ] # Pure bundle -- no need to specify 'binutils' used when building GCCcore # toolchain as build dependency moduleclass = 'devel'