easyconfigs-it4i/a/Automake/Automake-1.13.4.eb
Lukáš Krupčík 15374a9399 new file: a/Automake/Automake-1.13.4.eb
modified:   l/LAMMPS/LAMMPS-22Sep2017-intel-2017a.eb
	new file:   l/LAMMPS/LAMMPS-23Oct2017-intel-2017a.eb
	new file:   l/LAMMPS/LAMMPS-Makefile.intel_cpu_intelmpi.patch
	new file:   l/LAMMPS/log.lammps
	new file:   s/Spack/Spack-0.10.1.eb
	deleted:    l/LAMMPS/LAMMPS-31Mar2017-intel-2017a-REAXC.eb
2018-01-18 13:06:35 +01:00

22 lines
454 B
Plaintext

easyblock = 'ConfigureMake'
name = 'Automake'
version = "1.13.4"
homepage = 'http://www.gnu.org/software/automake/automake.html'
description = "Automake: GNU Standards-compliant Makefile generator"
toolchain = {'name': 'dummy', 'version': ''}
source_urls = [GNU_SOURCE]
sources = [SOURCELOWER_TAR_GZ]
dependencies = [('Autoconf', '2.69')]
sanity_check_paths = {
'files': ['bin/automake', 'bin/aclocal'],
'dirs': []
}
moduleclass = 'devel'