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

new file: a/Automake/Automake-1.16.2-GCCcore-9.3.0.eb new file: a/Autotools/Autotools-20200321-GCCcore-9.3.0.eb new file: l/libevent/libevent-2.1.12-GCCcore-9.3.0.eb new file: n/NVHPC/NVHPC-21.2-OpenMPI-4.0.5.eb new file: n/NVHPC/NVHPC-21.2.eb new file: o/OpenMPI/OpenMPI-4.0.5-GCC-10.2.0-Java-13.0.1.eb new file: o/OpenMPI/OpenMPI-4.0.5-NVHPC-21.2.eb new file: p/phono3py/phono3py-1.22.2-conda.eb new file: u/UCX/UCX-1.9.0-GCCcore-9.3.0.eb
49 lines
1.1 KiB
Plaintext
49 lines
1.1 KiB
Plaintext
# IT4Innovations 2021
|
|
# LK
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'UCX'
|
|
version = '1.9.0'
|
|
|
|
homepage = 'http://www.openucx.org/'
|
|
description = """Unified Communication X
|
|
An open-source production grade communication framework for data centric
|
|
and high-performance applications
|
|
"""
|
|
|
|
toolchain = {'name': 'GCCcore', 'version': '9.3.0'}
|
|
toolchainopts = {'pic': True}
|
|
|
|
source_urls = ['https://github.com/openucx/ucx/releases/download/v%(version)s']
|
|
sources = ['%(namelower)s-%(version)s.tar.gz']
|
|
checksums = ['a7a2c8841dc0d5444088a4373dc9b9cc68dbffcd917c1eba92ca8ed8e5e635fb']
|
|
|
|
builddependencies = [
|
|
('binutils', '2.34'),
|
|
('Autotools', '20200321'),
|
|
('pkg-config', '0.29.2'),
|
|
]
|
|
|
|
osdependencies = [OS_PKG_IBVERBS_DEV]
|
|
|
|
dependencies = [
|
|
('numactl', '2.0.13'),
|
|
]
|
|
|
|
configure_cmd = "contrib/configure-release"
|
|
|
|
configopts = '--enable-optimizations --enable-cma --enable-mt --with-verbs '
|
|
configopts += '--without-java --disable-doxygen-doc '
|
|
|
|
buildopts = 'V=1'
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/ucx_info', 'bin/ucx_perftest', 'bin/ucx_read_profile'],
|
|
'dirs': ['include', 'lib', 'share']
|
|
}
|
|
|
|
sanity_check_commands = ["ucx_info -d"]
|
|
|
|
moduleclass = 'lib'
|