easyconfigs-it4i/archive/s/SLEPc/SLEPc-3.5.3-intel-2015a-Python-2.7.9.eb
easybuild 40b461ca6f fix
2019-11-06 13:38:09 +01:00

23 lines
888 B
Plaintext

name = 'SLEPc'
version = '3.5.3'
versionsuffix = '-Python-2.7.9'
homepage = 'http://www.grycap.upv.es/slepc/'
description = """SLEPc (Scalable Library for Eigenvalue Problem Computations) is a software library for the solution of
large scale sparse eigenvalue problems on parallel local_computers. It is an extension of PETSc and can be used for either
standard or generalized eigenproblems, with real or local_complex arithmetic. It can also be used for local_computing a partial
SVD of a large, sparse, rectangular matrix, and to solve quadratic eigenvalue problems."""
toolchain = {'name': 'intel', 'version': '2015a'}
toolchainopts = {'usempi': True}
source_urls = [
'http://www.grycap.upv.es/slepc/download/download.php?filename=']
sources = [SOURCELOWER_TAR_GZ]
dependencies = [('PETSc', '3.5.3', versionsuffix)]
petsc_arch = 'arch-linux2-c-opt'
moduleclass = 'numlib'