mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-11 01:12:11 +01:00

modified: archive/g/GROMACS/GROMACS-5.1.2-foss-2016a-hybrid-single-CUDA-7.5-PLUMED-2.3b.eb modified: archive/g/GROMACS/GROMACS-5.1.2-intel-2015b-hybrid-single-CUDA-7.5-PLUMED-2.2.1.eb modified: archive/g/GROMACS/GROMACS-5.1.2-intel-2015b-hybrid-single-cuda.eb modified: archive/g/GROMACS/GROMACS-5.1.2-intel-2016a-hybrid-single-cuda.eb modified: archive/p/PLUMED/PLUMED-2.3.0-foss-2016a.eb modified: e/EasyBuild/EasyBuild-4.1.0.eb modified: g/GROMACS/GROMACS-5.1.4-foss-2017a-hybrid-single-PLUMED.eb modified: l/libmatheval/libmatheval-1.1.8-foss-2017a.eb new file: o/OVITO/OVITO-3.0.0.628.eb new file: o/OVITO/OVITO-3.0.0.794-basic.eb modified: o/OpenMPI/OpenMPI-2.0.1-iccifort-2017.1.132-GCC-5.4.0-2.26.eb modified: o/OpenMPI/OpenMPI-2.0.1.eb modified: p/PSBLAS/PSBLAS-ext-1.0-4.eb modified: p/Py/Py-2.7.old.eb modified: p/pscom/pscom-5.0.48-1.eb modified: s/spGPU/spGPU-master.eb deleted: o/OVITO/OVITO-3.0.0.eb
31 lines
764 B
Plaintext
31 lines
764 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 local_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', '', True)]
|
|
|
|
patches = ['spGPU-master.patch']
|
|
|
|
srcdir = 'src'
|
|
|
|
sanity_check_paths = {
|
|
'files': ['lib/libspgpu.a'],
|
|
'dirs': ['bin', 'lib'],
|
|
}
|
|
|
|
moduleclass = 'lib'
|