easyconfigs-it4i/a/Autotools/Autotools-20170619.eb
Lukáš Krupčík 5ecd83982f new file: a/Automake/Automake-1.15.1.eb
new file:   a/Autotools/Autotools-20170619.eb
	new file:   e/ELPA/ELPA-2015.02.002-intel-2018a.eb
	new file:   e/ELPA/ELPA-2017.11.001-intel-2018a.eb
	new file:   w/WIEN2k/WIEN2k-18.2-intel-2018a.eb
2019-06-11 08:39:15 +02:00

25 lines
552 B
Plaintext

easyblock = 'Bundle'
name = 'Autotools'
version = '20170619' # 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.15.1'), # 20170619
('libtool', '2.4.6'), # 20150215
]
# Pure bundle -- no need to specify 'binutils' used when building GCCcore
# toolchain as build dependency
moduleclass = 'devel'