# # # Author: Robert Mijakovic # # easyblock = 'ConfigureMake' name = 'Automake' version = '1.16.3' versionsuffix = '-test' homepage = 'https://www.gnu.org/software/automake/automake.html' description = "Automake: GNU Standards-compliant Makefile generator" toolchain = {'name': 'GCCcore', 'version': '10.3.0'} source_urls = [GNU_SOURCE] sources = [SOURCELOWER_TAR_GZ] checksums = ['ce010788b51f64511a1e9bb2a1ec626037c6d0e7ede32c1c103611b9d3cba65f'] builddependencies = [ ('binutils', '2.36.1'), # non-standard Perl modules are required, # see https://github.com/easybuilders/easybuild-easyconfigs/issues/1822 ('Perl', '5.32.1', '-test'), ] dependencies = [ ('Autoconf', '2.71', '-test'), ] sanity_check_paths = { 'files': ['bin/%(namelower)s', 'bin/aclocal'], 'dirs': [], } moduleclass = 'devel'