mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00

new file: a/Automake/Automake-1.16.2-GCCcore-9.3.0.eb new file: a/Autotools/Autotools-20200321-GCCcore-9.3.0.eb new file: l/libevent/libevent-2.1.12-GCCcore-9.3.0.eb new file: n/NVHPC/NVHPC-21.2-OpenMPI-4.0.5.eb new file: n/NVHPC/NVHPC-21.2.eb new file: o/OpenMPI/OpenMPI-4.0.5-GCC-10.2.0-Java-13.0.1.eb new file: o/OpenMPI/OpenMPI-4.0.5-NVHPC-21.2.eb new file: p/phono3py/phono3py-1.22.2-conda.eb new file: u/UCX/UCX-1.9.0-GCCcore-9.3.0.eb
28 lines
588 B
Plaintext
28 lines
588 B
Plaintext
# IT4Innovations 2021
|
|
# LK
|
|
|
|
easyblock = 'Bundle'
|
|
|
|
name = 'Autotools'
|
|
version = '20200321' # date of the most recent change
|
|
|
|
homepage = 'https://autotools.io'
|
|
|
|
description = """
|
|
This bundle collect the standard GNU build tools: Autoconf, Automake
|
|
and libtool
|
|
"""
|
|
|
|
toolchain = {'name': 'GCCcore', 'version': '9.3.0'}
|
|
|
|
dependencies = [
|
|
('Autoconf', '2.69'), # 20120424
|
|
('Automake', '1.16.2'), # 20200321
|
|
('libtool', '2.4.6'), # 20150215
|
|
]
|
|
|
|
# Pure bundle -- no need to specify 'binutils' used when building GCCcore
|
|
# toolchain as build dependency
|
|
|
|
moduleclass = 'devel'
|