# IT4Innovations 2021 # LK easyblock = 'ConfigureMake' name = 'Automake' version = '1.16.2' homepage = 'https://www.gnu.org/software/automake/automake.html' description = "Automake: GNU Standards-compliant Makefile generator" toolchain = {'name': 'GCCcore', 'version': '9.3.0'} source_urls = [GNU_SOURCE] sources = [SOURCELOWER_TAR_GZ] checksums = ['b2f361094b410b4acbf4efba7337bdb786335ca09eb2518635a09fb7319ca5c1'] builddependencies = [ ('binutils', '2.34'), # non-standard Perl modules are required, # see https://github.com/easybuilders/easybuild-easyconfigs/issues/1822 ('Perl', '5.30.2'), ] dependencies = [ ('Autoconf', '2.69'), ] sanity_check_paths = { 'files': ['bin/automake', 'bin/aclocal'], 'dirs': [] } moduleclass = 'devel'