easyconfigs-it4i/u/UCC/UCC-1.1.0-GCCcore-10.2.0.eb
Lukas Krupcik 41d895c99c new file: a/ADIOS2/ADIOS2-2.9.2-gompi-2020b.eb
new file:   a/ANSYS/ANSYS-2023R2-intel-2022.12-alamerini.eb
	new file:   c/cuTENSOR/cuTENSOR-2.0.0.7-CUDA-12.2.0.eb
	new file:   n/NWChem/NWChem-7.2.2-intel-2020a-Python-3.8.2-karolina.eb
	new file:   n/NWChem/NWChem-7.2.2-intel-2022a.eb
	new file:   o/OpenMPI/OpenMPI-4.1.4-GCC-10.2.0-CUDA-11.7.0.eb
	new file:   o/openPMD-api/openPMD-api-0.15.2-gompi-2020b.eb
	new file:   p/pkgconf/pkgconf-1.8.0-GCCcore-10.2.0.eb
	new file:   p/pkgconfig/pkgconf-1.8.0-GCCcore-10.2.0.eb
	new file:   s/Smilei/Smilei-5.0-intel-2020b-CUDA-12.2.0.eb
	new file:   s/Smilei/Smilei-5.0-intel-2020b.eb
	new file:   u/UCC/UCC-1.1.0-GCCcore-10.2.0.eb
	new file:   u/UCX-CUDA/UCX-CUDA-1.12.1-GCCcore-10.2.0-CUDA-11.7.0.eb
	new file:   u/UCX/UCX-1.12.1-GCCcore-10.2.0.eb
2023-11-29 11:52:30 +01:00

45 lines
1.1 KiB
Plaintext

# IT4Innovations
# BS 2023
easyblock = 'ConfigureMake'
name = 'UCC'
version = '1.1.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': '10.2.0'}
toolchainopts = {'pic': True}
source_urls = ['https://github.com/openucx/ucc/archive/refs/tags']
sources = ['v%(version)s.tar.gz']
patches = ['UCC-%(version)s-multiple_component_paths.patch']
checksums = [
{'v1.1.0.tar.gz': '74c8ba75037b5bd88cb703e8c8ae55639af3fecfd4428912a433c010c97b4df7'},
{'UCC-1.1.0-multiple_component_paths.patch': '3081d0f694331daa4a88a0fa3fb54b9a918015248ae5eb7b3157b924abd31bee'},
]
builddependencies = [
('binutils', '2.35'),
('Autotools', '20200321'),
]
dependencies = [
('UCX', '1.12.1'),
]
preconfigopts = "./autogen.sh && "
sanity_check_paths = {
'files': ['bin/ucc_info'],
'dirs': ['include', 'lib']
}
sanity_check_commands = ["ucc_info -c"]
moduleclass = 'lib'