easyconfigs-it4i/l/libxcrypt/libxcrypt-4.4.36-GCCcore-14.2.0.eb
Lukas Krupcik 7204d860ef new file: l/libxcrypt/libxcrypt-4.4.36-GCCcore-14.2.0.eb
new file:   n/NVHPC/NVHPC-24.9-CUDA-12.6.0.eb
	new file:   n/NVHPC/NVHPC-24.9.eb
	modified:   o/OpenMPI/OpenMPI-5.0.5-GCC-14.2.0-acfl-24.10.eb
	new file:   o/OpenMPI/OpenMPI-5.0.5-NVHPC-24.9-rocm.eb
	new file:   u/UCX-ROCM/UCX-ROCM-1.16.0-GCCcore-13.3.0-rocm.eb
	new file:   u/UCX/UCX-1.16.0-GCCcore-13.3.0-rocm.eb
2024-11-06 13:34:23 +01:00

33 lines
705 B
Plaintext

# IT4Innovations
# LK 2024
easyblock = 'ConfigureMake'
name = 'libxcrypt'
version = "4.4.36"
homepage = 'https://github.com/besser82/libxcrypt'
description = "libxcrypt is a modern library for one-way hashing of passwords"
toolchain = {'name': 'GCC', 'version': '14.2.0'}
source_urls = ['https://github.com/besser82/libxcrypt/releases/download/v%(version)s/']
sources = ['%(name)s-%(version)s.tar.xz']
checksums = ['e5e1f4caee0a01de2aee26e3138807d6d3ca2b8e67287966d1fefd65e1fd8943']
builddependencies = [
('binutils', '2.42',),
]
dependencies = [
('Python', '3.12.3'),
('Perl', '5.38.2'),
]
sanity_check_paths = {
'files': ['lib/libcrypt.so.1'],
'dirs': []
}
moduleclass = 'lib'