# IT4Innovations
# LK 2021

name = 'SLEPc'
version = '3.13.3'
versionsuffix = '-Python-%(pyver)s'

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': '2020b'}
toolchainopts = {'usempi': True, 'openmp': True}

source_urls = ['https://slepc.upv.es/download/distrib']
sources = [SOURCELOWER_TAR_GZ]
checksums = ['a586ce572a928ed87f04961850992a9b8e741677397cbaa3fb028323eddf4598']

dependencies = [
    ('Python', '3.8.6'),
    ('PETSc', '3.12.4', versionsuffix),
]

petsc_arch = 'installed-arch-linux-c-opt'

moduleclass = 'numlib'