easyconfigs-it4i/s/spGPU/spGPU-master.eb
Josef Hrabal 27902b54aa _not_installed merged back
Modules which was not installed merged back to root directory.
2017-04-05 12:53:18 +02:00

31 lines
771 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'