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': '11.2.0'} toolchainopts = {'pic': True} source_urls = ['https://github.com/Reference-LAPACK/lapack/archive/'] sources = ['v%(version)s.tar.gz'] checksums = ['328c1bea493a32cac5257d84157dc686cc3ab0b004e2bea22044e0a59f6f8a19'] moduleclass = 'numlib'