easyconfigs-it4i/s/SLEPc/SLEPc-3.3-p1-goolf-1.4.10-Python-2.7.3.eb
Lukáš Krupčík 92cb0848fe formatter
2018-10-03 07:48:02 +02:00

21 lines
836 B
Plaintext

name = "SLEPc"
version = "3.3-p1"
versionsuffix = '-Python-2.7.3'
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 computers. It is an extension of PETSc and can be used for either standard or
generalized eigenproblems, with real or complex arithmetic. It can also be used for computing a partial SVD of a large, sparse,
rectangular matrix, and to solve quadratic eigenvalue problems."""
toolchain = {'name': 'goolf', 'version': '1.4.10'}
toolchainopts = {'usempi': True}
source_urls = [
'http://www.grycap.upv.es/slepc/download/download.php?filename=']
sources = [SOURCELOWER_TAR_GZ]
dependencies = [('PETSc', '3.3-p2', versionsuffix)]
moduleclass = 'numlib'