easyconfigs-it4i/l/LAPACK/LAPACK-3.10.0-GCC-12.2.0.eb
Lukas Krupcik a2bb6c8760 new file: d/DFT-D4/DFT-D4-3.2.0-remove_module_id.patch
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
2023-09-27 09:23:34 +02:00

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'