easyconfigs-it4i/u/UCX/UCX-1.6.1.eb
Lukáš Krupčík 0855a56183 new file: h/hwloc/hwloc-1.11.12.eb
modified:   l/Libmsr/Libsmr-master-20191216.eb
	new file:   l/libpciaccess/libpciaccess-0.14.eb
	new file:   n/numactl/numactl-2.0.12.eb
	new file:   o/OpenMPI/OpenMPI-3.1.5.eb
	new file:   u/UCX/UCX-1.6.1.eb
2019-12-18 14:40:55 +01:00

40 lines
943 B
Plaintext

# IT4Innovations 2019
easyblock = 'ConfigureMake'
name = 'UCX'
version = '1.6.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 = SYSTEM
toolchainopts = {'pic': True}
source_urls = ['https://github.com/openucx/ucx/releases/download/v%(version)s']
sources = ['%(namelower)s-%(version)s.tar.gz']
builddependencies = [
('pkg-config', '0.29.2'),
]
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_paths = {
'files': ['bin/ucx_info', 'bin/ucx_perftest', 'bin/ucx_read_profile'],
'dirs': ['include', 'lib', 'share']
}
moduleclass = 'lib'