mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-15 19:28:06 +01:00

new file: a/Autotools/Autotools-20180311.eb modified: h/hwloc/hwloc-1.11.7-GCC-6.3.0-2.27.eb new file: h/hwloc/hwloc-1.11.7-PGI-18.5-GCC-6.3.0-2.27.eb new file: j/JAVA/JAVA-1.9.0+181-PGI-18.5-GCC-6.3.0-2.27.eb new file: j/JAVA/Java-1.8.0_121.eb new file: j/JAVA/Java-1.8.0_144.eb new file: j/JAVA/Java-1.8.0_51.eb new file: j/JAVA/Java-1.9.0+181.eb modified: n/numactl/numactl-2.0.11-GCC-6.3.0-2.27.eb new file: n/numactl/numactl-2.0.11-GCCcore-6.3.0.eb new file: o/OpenMPI/OpenMPI-1.10.7-PGI-18.5-GCC-6.3.0-2.27.eb new file: o/OpenMPI/OpenMPI-1.10.7-PGI-18.5-GCC-6.3.0-2.27.env deleted: j/Java/Java-1.8.0_121.eb deleted: j/Java/Java-1.8.0_144.eb deleted: j/Java/Java-1.8.0_51.eb deleted: j/Java/Java-1.9.0+181.eb Former-commit-id: c541dab187356751c629fbe56f806eac437a361b
28 lines
601 B
Plaintext
28 lines
601 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-compliant Makefile generator"
|
|
|
|
toolchain = {'name': 'dummy', 'version': ''}
|
|
|
|
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'
|