easyconfigs-it4i/ARCHIVE/s/SLEPc/SLEPc-3.6.2-intel-2015b-Python-2.7.11.eb
Lukas Krupcik 182459da35 deleted: "a/ANSYS/\\"
deleted:    a/Anaconda2/Anaconda2-4.4.0.eb
	deleted:    a/Anaconda3/Anaconda3-2019.10.eb
	deleted:    a/Anaconda3/Anaconda3-4.4.0.eb
	deleted:    a/Anaconda3/Anaconda3-5.3.1.eb
	deleted:    a/Autotools/Autotools-20150215-GCC-6.3.0-2.27.eb
	deleted:    a/Autotools/Autotools-20170619.eb
	deleted:    a/Autotools/Autotools-20180311.eb
2022-05-05 11:22:37 +02:00

23 lines
899 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 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': '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'