diff options
author | Maho Nakata <maho@FreeBSD.org> | 2007-09-29 12:53:56 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2007-09-29 12:53:56 +0000 |
commit | 01f7ecb3eab5f274be76028fa2daa70385714fca (patch) | |
tree | e1bd131fe2eb4c3cb2f7fa743b6058f5cd968472 /math/lapack/pkg-descr | |
parent | 860739fa1667db7277ce499e04b1f0c955042bfa (diff) | |
download | ports-01f7ecb3eab5f274be76028fa2daa70385714fca.tar.gz ports-01f7ecb3eab5f274be76028fa2daa70385714fca.zip |
Update to 3.3.1.
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
Notes
Notes:
svn path=/head/; revision=200343
Diffstat (limited to 'math/lapack/pkg-descr')
-rw-r--r-- | math/lapack/pkg-descr | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/math/lapack/pkg-descr b/math/lapack/pkg-descr index 55495254c2b3..f64e951d9176 100644 --- a/math/lapack/pkg-descr +++ b/math/lapack/pkg-descr @@ -1,43 +1,9 @@ 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. - -LAPACK is available on netlib and can be obtained via the World Wide -Web and anonymous ftp. - - http://www.netlib.org/lapack/ - -The complete package, including test code and timing programs in four -different Fortran data types (real, complex, double precision, double -complex), contains some 805,000 lines of Fortran source and comments. -You will need approximately 33 Mbytes to read the complete tape. We recommend that you run the testing and timing programs. -A README file containing the information in this letter is located -in the LAPACK directory. Postscript and LaTeX versions of the Quick -Installation Guide are in the LAPACK/INSTALL directory, in the files -lawn81.tex, psfig.tex, lawn81.ps, and org2.ps. Consult the Installation -Guide for further details on installing the package and on what is contained -in each subdirectory. For complete information on the LAPACK Testing -and Timing Suites please consult LAPACK Working Note 41 "Installation -Guide for LAPACK". - To view an HTML version of the Users' Guide please refer to the URL - http://www.netlib.org/lapack/lug/lapack_lug.html. -The Fortran90 interface to LAPACK is available, as well as an f2c'ed -version of LAPACK, and a C++ version of a subset of LAPACK routines. -Refer to the following URLs on netlib for further information: - - http://www.netlib.org/lapack90/ - http://www.netlib.org/clapack/ - http://www.netlib.org/lapack++/ - http://www.cs.utk.edu/java/f2j/ - -Or, for more information on the distributed-memory version of LAPACK, -consult the ScaLAPACK index on netlib: - - http://www.netlib.org/scalapack/ - WWW: http://www.netlib.org/lapack/ |