# IT4Innovations 2018 easyblock = 'Tarball' name = 'NCCL' version = '2.1.4' homepage = 'https://developer.nvidia.com/nccl' description = 'NVIDIA Collective Communications Library' toolchain = SYSTEM sources = ['%(namelower)s_%(version)s.txz'] dependencies = [ # ('glibc', '2.19'), ('CUDA', '9.0.176'), ] sanity_check_paths = { 'files': ['lib/libnccl.so'], 'dirs': ['lib', 'include'] } modextrapaths = {'PYTHONPATH': 'python'} moduleclass = 'devel'