easyconfigs-it4i/u/UCC/UCC-1.2.0-GCCcore-12.3.0.eb
Lukas Krupcik 5bd3d973a4 deleted: o/OpenMPI/OpenMPI-4.1.5-GCC-12.3.0.eb
new file:   u/UCC/UCC-1.2.0-GCCcore-12.3.0.eb
	new file:   v/VASP/VASP-6.4.3-NVHPC-24.3-CUDA-12.3.0-adjust-makefile.patch
	modified:   v/VASP/VASP-6.4.3-NVHPC-24.3-CUDA-12.3.0.eb
2024-09-05 07:57:26 +02:00

46 lines
1.1 KiB
Plaintext

# IT4Innovations
# LK 2024
easyblock = 'ConfigureMake'
name = 'UCC'
version = '1.2.0'
homepage = 'https://www.openucx.org/'
description = """UCC (Unified Collective Communication) is a collective
communication operations API and library that is flexible, complete, and
feature-rich for current and emerging programming models and runtimes.
"""
toolchain = {'name': 'GCCcore', 'version': '12.3.0'}
toolchainopts = {'pic': True}
source_urls = ['https://github.com/openucx/ucc/archive/refs/tags']
sources = ['v%(version)s.tar.gz']
patches = ['UCC-1.1.0-multiple_component_paths.patch']
checksums = [
{'v1.2.0.tar.gz': 'c1552797600835c0cf401b82dc89c4d27d5717f4fb805d41daca8e19f65e509d'},
{'UCC-1.1.0-multiple_component_paths.patch': '3081d0f694331daa4a88a0fa3fb54b9a918015248ae5eb7b3157b924abd31bee'},
]
builddependencies = [
('binutils', '2.40'),
('Autotools', '20220317'),
]
dependencies = [
('UCX', '1.14.1'),
('zstd', '1.5.5'),
]
preconfigopts = "./autogen.sh && "
sanity_check_paths = {
'files': ['bin/ucc_info'],
'dirs': ['include', 'lib']
}
sanity_check_commands = ["ucc_info -c"]
moduleclass = 'lib'