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

new file: a/apptainer/apptainer-1.2.5.eb new file: a/apptainer/apptainer-1.3.0.eb modified: a/apptainer/apptainer-1.3.1.eb modified: d/Dakota/Dakota-6.15.0-foss-2021b.eb modified: d/Dakota/Dakota-6.15.0-intel-2021b.eb new file: g/GSL/GSL-2.7-intel-compilers-2023.2.1.eb modified: h/HDF5/HDF5-1.12.1-foss-2021b-parallel.eb new file: h/htop/htop-3.3.0.eb new file: l/libxc/libxc-6.2.2-intel-compilers-2023.2.1.eb new file: n/netCDF-Fortran/netCDF-Fortran-4.6.1-iimpi-2023b.eb new file: n/netCDF/netCDF-4.9.2-iimpi-2023b.eb new file: o/Octopus/Octopus-14.1-intel-2023b-mpi.eb new file: s/squashfs-tools/squashfs-tools-4.6.1.eb new file: u/uncertainties/uncertainties-3.1.7-foss-2023b.eb
36 lines
1.0 KiB
Plaintext
36 lines
1.0 KiB
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'Autoconf'
|
|
version = '2.69'
|
|
|
|
homepage = 'http://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 = SYSTEM
|
|
|
|
source_urls = [GNU_SOURCE]
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
checksums = ['954bd69b391edc12d6a4a51a2dd1476543da5c6bbf05a95b59dc0dd6fd4c2969']
|
|
|
|
dependencies = [('M4', '1.4.18')]
|
|
|
|
sanity_check_paths = {
|
|
'files': [
|
|
"bin/%s" %
|
|
x for x in [
|
|
"autoconf",
|
|
"autoheader",
|
|
"autom4te",
|
|
"autoreconf",
|
|
"autoscan",
|
|
"autoupdate",
|
|
"ifnames"]],
|
|
'dirs': [],
|
|
}
|
|
|
|
moduleclass = 'devel'
|