easyconfigs-it4i/a/Autotools/Autotools-20180311.eb
Lukáš Krupčík e55bc7bd3f new file: a/Automake/Automake-1.16.1.eb
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
2018-08-15 10:11:07 +02:00

27 lines
575 B
Plaintext

# IT4Innovations 2018
easyblock = 'Bundle'
name = 'Autotools'
version = '20180311' # date of the most recent change
homepage = 'http://autotools.io'
description = """
This bundle collect the standard GNU build tools: Autoconf, Automake
and libtool
"""
toolchain = {'name': 'dummy', 'version': ''}
dependencies = [
('Autoconf', '2.69'), # 20120424
('Automake', '1.16.1'), # 20180311
('libtool', '2.4.6'), # 20150215
]
# Pure bundle -- no need to specify 'binutils' used when building GCCcore
# toolchain as build dependency
moduleclass = 'devel'