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

new file: n/numba/numba-0.48.0-Py-3.7.eb modified: p/PETSc/PETSc-3.12.4-intel-2020a.eb new file: p/petsc4py/petsc4py-3.12.0-Py-3.7.eb new file: p/pybind11/pybind11-2.4.3-Py-3.7.eb new file: s/SLEPc/SLEPc-3.12.2-intel-2020a.eb new file: s/scipy/scipy-1.4.1-Py-3.7.eb modified: s/slepc4py/slepc4py-3.12.0-Py-3.7.eb
24 lines
915 B
Plaintext
24 lines
915 B
Plaintext
# IT4Innovations 2020
|
|
|
|
name = 'SLEPc'
|
|
version = '3.12.2'
|
|
|
|
homepage = 'https://slepc.upv.es/'
|
|
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': '2020a'}
|
|
toolchainopts = {'usempi': True, 'openmp': True}
|
|
|
|
source_urls = ['https://slepc.upv.es/download/distrib']
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
checksums = ['a586ce572a928ed87f04961850992a9b8e741677397cbaa3fb028323eddf4598']
|
|
|
|
dependencies = [('PETSc', '3.12.4')]
|
|
|
|
petsc_arch = 'installed-arch-linux2-c-opt'
|
|
|
|
moduleclass = 'numlib'
|