easyconfigs-it4i/l/LAPACK/LAPACK-3.7.1-gompi-2017a.eb
Lukáš Krupčík 910c5ea86a new file: d/Doris/Doris-5.0beta-foss-2017a.eb
new file:   d/Doris/core_configure.patch
	new file:   d/Doris/envisat_Makefile.patch
	new file:   d/Doris/sartools_Makefile.patch
	new file:   l/LAPACK/LAPACK-3.7.1-gompi-2017a.eb
	modified:   p/Python/Python-2.7.9-intel-2015b.eb
	new file:   p/phonopy/phonopy-1.11.12.5-intel-2015b-Python-2.7.9.eb
	modified:   t/Trilinos/Trilinos-12.10.1-intel-2017a-Python-2.7.11.eb
	modified:   t/Trilinos/Trilinos-12.4.2-intel-2017a-Python-2.7.11.eb
	modified:   t/Trilinos/Trilinos-12.8.1-intel-2017a-Python-2.7.11.eb
2017-07-04 08:09:07 +02:00

16 lines
472 B
Plaintext

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'