mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00

new file: a/Autotools/Autotools-20180311.eb modified: n/numactl/numactl-2.0.12-GCCcore-8.2.0.eb modified: u/UCX/UCX-1.9.0-GCCcore-8.2.0.eb
27 lines
549 B
Plaintext
27 lines
549 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 = SYSTEM
|
|
|
|
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'
|