easyconfigs-it4i/a/Automake/Automake-1.16.1.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

28 lines
581 B
Plaintext

# IT4Innovations 2018
easyblock = 'ConfigureMake'
name = 'Automake'
version = "1.16.1"
homepage = 'http://www.gnu.org/software/automake/automake.html'
description = "Automake: GNU Standards-local_compliant Makefile generator"
toolchain = SYSTEM
source_urls = ['https://mirror.checkdomain.de/gnu/automake/']
sources = [SOURCELOWER_TAR_GZ]
checksums = ['608a97523f97db32f1f5d5615c98ca69326ced2054c9f82e65bade7fc4c9dea8']
dependencies = [
('Autoconf', '2.69'),
]
sanity_check_paths = {
'files': ['bin/automake', 'bin/aclocal'],
'dirs': []
}
moduleclass = 'devel'