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

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
33 lines
705 B
Plaintext
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'
|