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

new file: a/Automake/Automake-1.16.3-GCCcore-10.3.0-test.eb new file: c/CMake/CMake-3.20.1-GCCcore-10.3.0-test.eb modified: c/COMSOL/COMSOL-5.2.0-EDU.eb new file: c/cURL/cURL-7.76.0-GCCcore-10.3.0-test.eb new file: d/DB/DB-18.1.40-GCCcore-10.3.0-test.eb new file: g/git/git-2.32.0-GCCcore-10.3.0-nodocs-test.eb new file: i/intltool/intltool-0.51.0-GCCcore-10.3.0-test.eb new file: l/libarchive/libarchive-3.5.1-GCCcore-10.3.0-test.eb new file: l/libevent/libevent-2.1.12-GCCcore-10.3.0-test.eb new file: n/netCDF/netCDF-4.8.0-gompi-2021a-test.eb new file: n/netCDF/test new file: o/OpenFOAM/OpenFOAM-9-foss-2021a-test.eb new file: p/Perl/Perl-5.32.1-GCCcore-10.3.0-test.eb new file: p/Python/Python-3.9.5-GCCcore-10.3.0-test.eb new file: r/Rust/Rust-1.52.1-GCCcore-10.3.0-test.eb
40 lines
1.3 KiB
Plaintext
40 lines
1.3 KiB
Plaintext
# #
|
|
# Author: Robert Mijakovic <robert.mijakovic@lxp.lu>
|
|
# #
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'Autoconf'
|
|
version = '2.71'
|
|
versionsuffix = '-test'
|
|
|
|
homepage = 'https://www.gnu.org/software/autoconf/'
|
|
description = """Autoconf is an extensible package of M4 macros that produce shell scripts
|
|
to automatically configure software source code packages. These scripts can adapt the
|
|
packages to many kinds of UNIX-like systems without manual user intervention. Autoconf
|
|
creates a configuration script for a package from a template file that lists the
|
|
operating system features that the package can use, in the form of M4 macro calls."""
|
|
|
|
toolchain = {'name': 'GCCcore', 'version': '10.3.0'}
|
|
|
|
source_urls = [GNU_SOURCE]
|
|
sources = [SOURCELOWER_TAR_XZ]
|
|
checksums = ['f14c83cfebcc9427f2c3cea7258bd90df972d92eb26752da4ddad81c87a0faa4']
|
|
|
|
builddependencies = [
|
|
('binutils', '2.36.1'),
|
|
# non-standard Perl modules are required,
|
|
# see https://github.com/easybuilders/easybuild-easyconfigs/issues/1822
|
|
('Perl', '5.32.1', '-test'),
|
|
]
|
|
dependencies = [
|
|
('M4', '1.4.18'),
|
|
]
|
|
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/%(namelower)s', 'bin/autoheader', 'bin/autom4te', 'bin/autoreconf', 'bin/autoscan', 'bin/autoupdate', 'bin/ifnames'],
|
|
'dirs': [],
|
|
}
|
|
|
|
moduleclass = 'devel'
|