mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-17 20:20:49 +01:00

deleted: c/CASTEP/CASTEP-25.12-foss-2023b.eb new file: c/CASTEP/CASTEP-25.12-intel-2024a.eb new file: n/NCCL/NCCL-2.21.5-GCCcore-14.2.0-CUDA-12.8.0.eb modified: n/NVHPC/NVHPC-24.9-CUDA-12.6.0.eb new file: n/NVHPC/NVHPC-25.3-CUDA-12.8.0.eb new file: o/OpenMPI/OpenMPI-5.0.7-25.3-CUDA-12.8.0.eb new file: o/OpenMPI/OpenMPI-5.0.7-GCC-14.2.0.eb new file: u/UCC-CUDA/UCC-CUDA-1.3.0-GCCcore-14.2.0-CUDA-12.8.0.eb deleted: u/UCC/UCC-1.3.0-GCCcore-14.2.0.eb new file: v/VASP/VASP-6.5.1-NVHPC-24.3-CUDA-12.3.0-adjust-makefile.patch new file: v/VASP/VASP-6.5.1-NVHPC-24.3-CUDA-12.3.0.eb new file: v/VASP/VASP-6.5.1-intel-2024a.eb new file: v/VASP/VASP-6.5.1-intel-hdf5.patch
47 lines
1.1 KiB
Plaintext
47 lines
1.1 KiB
Plaintext
# IT4Innovations
|
|
# LK 2025
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'Automake'
|
|
version = '1.17'
|
|
|
|
homepage = 'https://www.gnu.org/software/automake/automake.html'
|
|
|
|
description = "Automake: GNU Standards-compliant Makefile generator"
|
|
|
|
toolchain = {'name': 'GCCcore', 'version': '14.2.0'}
|
|
|
|
source_urls = [GNU_SOURCE]
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
patches = ['Automake-%(version)s_perl_env_space.patch']
|
|
checksums = [
|
|
{'automake-1.17.tar.gz': '397767d4db3018dd4440825b60c64258b636eaf6bf99ac8b0897f06c89310acd'},
|
|
{'Automake-1.17_perl_env_space.patch': 'a416eeb854df009f0cdec0484282a3cf7ff6b2637a59e1188932d946625196ab'},
|
|
]
|
|
|
|
builddependencies = [
|
|
('binutils', '2.42'),
|
|
]
|
|
|
|
dependencies = [
|
|
('Autoconf', '2.72'),
|
|
# non-standard Perl modules are required,
|
|
# see https://github.com/easybuilders/easybuild-easyconfigs/issues/1822
|
|
('Perl', '5.38.2'),
|
|
]
|
|
|
|
preconfigopts = "export PERL='/usr/bin/env perl' && "
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/aclocal', 'bin/automake'],
|
|
'dirs': []
|
|
}
|
|
|
|
sanity_check_commands = [
|
|
"aclocal --help",
|
|
"automake --help",
|
|
]
|
|
|
|
moduleclass = 'devel'
|