mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00

new file: d/DFT-D4/DFT-D4-3.6.0-intel-2022b-Python-3.10.8.eb modified: d/DFTB+/DFTB+-21.1-intel-2020b-Python-3.8.6-karolina.eb modified: d/DFTB+/DFTB+-21.2-intel-2020b-TB.eb new file: f/Forge/Forge-23.0.2.eb new file: l/LAPACK/LAPACK-3.10.0-GCC-12.2.0.eb modified: p/PyTorch/PyTorch-1.11.0-fosscuda-2020b.eb modified: v/VASP/VASP-6.2.0-intel-2020b.eb new file: v/VASP/VASP-6.4.2-intel-2022b-DFT-D4.eb new file: w/Wannier90/Wannier90-3.1.0-intel-2022b-serial.eb
20 lines
633 B
Plaintext
20 lines
633 B
Plaintext
# IT4Innovations
|
|
# LK 2023
|
|
|
|
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': 'GCC', 'version': '12.2.0'}
|
|
toolchainopts = {'pic': True}
|
|
|
|
source_urls = ['https://github.com/Reference-LAPACK/lapack/archive/']
|
|
sources = ['v%(version)s.tar.gz']
|
|
checksums = ['328c1bea493a32cac5257d84157dc686cc3ab0b004e2bea22044e0a59f6f8a19']
|
|
|
|
moduleclass = 'numlib'
|