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

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
25 lines
552 B
Plaintext
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'
|