easyconfigs-it4i/u/UCX/UCX-1.6.1-GCCcore-6.3.0.eb
Lukáš Krupčík 358a0b44da new file: h/hwloc/hwloc-1.11.12-GCCcore-8.3.0.eb
new file:   h/hwloc/hwloc-2.0.3-GCC-8.3.0-2.32.eb
	modified:   i/impi/impi-2018.4.274-iccifort-2018.5.274-GCC-8.3.0-2.32.eb
	modified:   i/impi/impi-2018.5.288-iccifort-2019.5.281-GCC-8.3.0-2.32.eb
	modified:   i/impi/impi-2019.6.154-iccifort-2019.5.281-GCC-8.3.0-2.32.eb
	new file:   n/numactl/numactl-2.0.12-GCCcore-6.3.0.eb
	modified:   n/numactl/numactl-2.0.12-GCCcore-8.3.0.eb
	modified:   o/OpenMPI/OpenMPI-2.1.5-GCC-6.3.0-2.27.eb
	modified:   o/OpenMPI/OpenMPI-2.1.5-GCC-8.3.0-2.32.eb
	modified:   o/OpenMPI/OpenMPI-3.1.4-GCC-6.3.0-2.27.eb
	new file:   o/OpenMPI/OpenMPI-3.1.4-GCC-8.3.0-2.32.eb
	new file:   o/OpenMPI/OpenMPI-3.1.5-GCCcore-8.3.0.eb
	new file:   o/OpenMPI/OpenMPI-4.0.2-GCC-8.3.0-2.32.eb
	new file:   u/UCX/UCX-1.6.1-GCCcore-6.3.0.eb
	new file:   u/UCX/UCX-1.6.1-GCCcore-8.3.0.eb
	new file:   x/XZ/XZ-5.2.4-GCCcore-8.3.0.eb
	new file:   x/xorg-macros/xorg-macros-1.19.2-GCCcore-8.3.0.eb
2019-12-11 11:05:16 +01:00

41 lines
1002 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 = {'name': 'GCCcore', 'version': '6.3.0'}
toolchainopts = {'pic': True}
source_urls = ['https://github.com/openucx/ucx/releases/download/v%(version)s']
sources = ['%(namelower)s-%(version)s.tar.gz']
builddependencies = [
('binutils', '2.27'),
('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'