name = 'LAPACK' version = "3.7.1" homepage = 'http://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': '2017a'} toolchainopts = {'pic': True} sources = [SOURCELOWER_TGZ] source_urls = [homepage] moduleclass = 'numlib'