easyconfigs-it4i/s/spGPU/spGPU-master.eb
Lukáš Krupčík 92cb0848fe formatter
2018-10-03 07:48:02 +02:00

31 lines
772 B
Plaintext

easyblock = 'CMakeMake'
name = 'spGPU'
version = 'master'
homepage = 'https://github.com/davidebarbieri/spgpu'
description = """spGPU is a set of custom matrix storages and CUDA kernels for
sparse linear algebra computing on GPU. It isn't a replacement for
cuBLAS/cuSPARSE that should be used for a full featured linear algebra
environment on GPU."""
toolchain = {'name': 'GCC', 'version': '4.9.3-2.25'}
source_urls = ['https://github.com/davidebarbieri/spgpu/archive/']
sources = ['%(version)s.tar.gz']
builddependencies = [('CMake', '3.3.1')]
dependencies = [('CUDA', '7.5.18', '', ('dummy', 'dummy'))]
patches = ['spGPU-master.patch']
srcdir = 'src'
sanity_check_paths = {
'files': ['lib/libspgpu.a'],
'dirs': ['bin', 'lib'],
}
moduleclass = 'lib'