mirror of
https://git.freebsd.org/ports.git
synced 2025-05-15 16:51:52 -04:00
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
9 lines
594 B
Text
9 lines
594 B
Text
LAPACK95 is a Fortran 95 interface to the Fortran 77 LAPACK library.
|
|
It improves upon the original user-interface to the LAPACK package,
|
|
taking advantage of the considerable simplifications which
|
|
Fortran 95 allows. The design of LAPACK95 exploits assumed-shape arrays,
|
|
optional arguments, and generic interfaces. The Fortran 95 interface
|
|
has been implemented by writing Fortran 95 ``wrappers'' to call
|
|
existing routines from the LAPACK package. This interface can persist
|
|
unchanged even if the underlying Fortran 77 LAPACK code is rewritten to
|
|
take advantage of the new features of Fortran 95.
|