easyconfigs-it4i/u/UCX/UCX-1.8.1-GCCcore-8.3.0.eb
Lukáš Krupčík 6652be5cc5 new file: l/LLVM/LLVM-6.0.0-GCC-6.3.0-2.27.eb
new file:   m/Mako/Mako-1.1.2-Python-3.6.6-foss-2018a.eb
	new file:   m/Mesa/Mesa-18.1.1-foss-2018a.eb
	new file:   o/OpenMPI/OpenMPI-4.0.4-GCC-9.3.0-without-verbs.eb
	modified:   o/OpenMPI/OpenMPI-4.0.4-GCC-9.3.0.eb
	new file:   o/OpenMPI/OpenMPI-4.0.4-GCCcore-8.3.0.eb
	new file:   u/UCX/UCX-1.8.1-GCCcore-8.3.0.eb
	modified:   v/VTK/VTK-8.1.0-foss-2018a-Python-3.6.6.eb
	deleted:    m/Mako/Mako-1.1.2-Python-3.6.6.eb
2020-08-14 08:03:45 +02:00

49 lines
1.1 KiB
Plaintext

# IT4Innovations 2020
# LK
easyblock = 'ConfigureMake'
name = 'UCX'
version = '1.8.1'
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': '8.3.0'}
toolchainopts = {'pic': True}
source_urls = ['https://github.com/openucx/ucx/releases/download/v%(version)s']
sources = ['%(namelower)s-%(version)s.tar.gz']
patches = [
'UCX-1.8.0_fix-undefined-symbol.patch',
]
builddependencies = [
('pkg-config', '0.29.2', '', True),
('binutils', '2.32'),
]
osdependencies = [('libibverbs-dev', 'libibverbs-devel', 'rdma-core-devel')]
dependencies = [
('numactl', '2.0.12'),
]
configopts = '--enable-optimizations --enable-cma --enable-mt --with-verbs '
configopts += '--without-java --disable-doxygen-doc '
buildopts = 'V=1'
sanity_check_commands = ["ucx_info -d"]
sanity_check_paths = {
'files': ['bin/ucx_info', 'bin/ucx_perftest', 'bin/ucx_read_profile'],
'dirs': ['include', 'lib', 'share']
}
moduleclass = 'lib'