easyconfigs-it4i/u/UCC/UCC-1.2.0-GCCcore-13.2.0.eb
Lukas Krupcik 65417ffe00 new file: a/Autoconf/Autoconf-2.72-GCCcore-14.2.0.eb
new file:   a/Autotools/Autotools-20231222-GCCcore-14.2.0.eb
	new file:   b/bzip2/bzip2-1.0.8-GCCcore-14.2.0.eb
	new file:   c/CMake/CMake-3.30.5-GCCcore-14.2.0.eb
	new file:   c/cURL/cURL-8.7.1-GCCcore-14.2.0.eb
	new file:   h/hwloc/hwloc-2.10.0-GCCcore-14.2.0.eb
	new file:   l/libarchive/libarchive-3.7.4-GCCcore-14.2.0.eb
	new file:   n/NVHPC/NVHPC-24.3.eb
	new file:   n/ncurses/ncurses-6.5-GCCcore-14.2.0.eb
	new file:   n/numactl/numactl-2.0.18-GCCcore-13.3.0.eb
	new file:   o/OpenMPI/OpenMPI-4.1.6-NVHPC-24.3.eb
	new file:   o/OpenMPI/OpenMPI-5.0.5-GCC-14.2.0.eb
	new file:   p/Perl/Perl-5.38.2-GCCcore-14.2.0.eb
	new file:   p/pkgconf/pkgconf-2.2.0-GCCcore-14.2.0.eb
	new file:   u/UCC/UCC-1.2.0-GCCcore-13.2.0.eb
	modified:   u/UCX/UCX-1.15.0-GCCcore-13.2.0.eb
	new file:   x/XZ/XZ-5.4.5-GCCcore-14.2.0.eb
2024-10-18 11:04:27 +02:00

50 lines
1.3 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': '13.2.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'},
]
if ARCH == "riscv64":
patches += ['UCC-1.2.0_add-riscv-support.patch']
checksums += [{'UCC-1.2.0_add-riscv-support.patch':
'e9e2a4c206dad2367af97d92c12b796b454992cfce23984b132e9e78a07ff55b'}]
builddependencies = [
('binutils', '2.40'),
('Autotools', '20220317'),
]
dependencies = [
('UCX', '1.15.0'),
]
preconfigopts = "./autogen.sh && "
sanity_check_paths = {
'files': ['bin/ucc_info'],
'dirs': ['include', 'lib']
}
#sanity_check_commands = ["ucc_info -c"]
moduleclass = 'lib'