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

new file: m/Mmg/Mmg-5.6.0-gompi-2021a.eb new file: m/mpi4py/mpi4py-3.1.3-foss-2021a.eb new file: p/PETSc/PETSc-3.17.4-foss-2021a.eb new file: p/PETSc/webclient-3.17.0.patch new file: s/SuiteSparse/SuiteSparse-5.13.0-foss-2021a-METIS-5.1.0.eb deleted: p/PETSc/PETSc-3.17.2-foss-2021a.eb
17 lines
606 B
Plaintext
17 lines
606 B
Plaintext
name = 'LAPACK'
|
|
version = '3.10.0'
|
|
|
|
homepage = 'https://www.netlib.org/lapack/'
|
|
description = """LAPACK is written in Fortran90 and provides routines for solving systems of
|
|
simultaneous linear equations, least-squares solutions of linear systems of equations, eigenvalue
|
|
problems, and singular value problems."""
|
|
|
|
toolchain = {'name': 'gompi', 'version': '2021a'}
|
|
toolchainopts = {'pic': True}
|
|
|
|
source_urls = ['https://github.com/Reference-LAPACK/lapack/archive/']
|
|
sources = ['v%(version)s.tar.gz']
|
|
checksums = ['328c1bea493a32cac5257d84157dc686cc3ab0b004e2bea22044e0a59f6f8a19']
|
|
|
|
moduleclass = 'numlib'
|