easyconfigs-it4i/s/SLEPc/SLEPc-3.6.2-intel-2015b-Python-2.7.11.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

22 lines
876 B
Plaintext

name = 'SLEPc'
version = '3.6.2'
versionsuffix = '-Python-2.7.11'
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': 'intel', 'version': '2015b'}
toolchainopts = {'usempi': True}
source_urls = ['http://www.grycap.upv.es/slepc/download/download.php?filename=']
sources = [SOURCELOWER_TAR_GZ]
dependencies = [('PETSc', '3.6.3', versionsuffix)]
petsc_arch = 'installed-arch-linux2-c-opt'
moduleclass = 'numlib'