mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
01f7ecb3ea
According to http://www.netlib.org/lapack/lapack-3.1.0.changes > The interfaces to primary computational routines are fixed and > will not be changed by minor LAPACK versions (e.g. 3.x). > Primary routines are those prefixed by a precision and matrix > type like SGERFS, CUNMQR, ZHEGV, etc., and these interfaces > will remain the same for all LAPACK version 3 versions. So I didn't change the version number of shared lib. See also PR: 116166
10 lines
393 B
Plaintext
10 lines
393 B
Plaintext
LAPACK is a library of Fortran 77 subroutines for solving
|
|
the most commonly occurring problems in numerical linear algebra.
|
|
It is freely-available software, and is copyrighted.
|
|
We recommend that you run the testing and timing programs.
|
|
|
|
To view an HTML version of the Users' Guide please refer to the URL
|
|
http://www.netlib.org/lapack/lug/lapack_lug.html.
|
|
|
|
WWW: http://www.netlib.org/lapack/
|