Date: Sun, 29 Aug 2004 07:49:57 +0000 (UTC) From: Maho Nakata <maho@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math Makefile ports/math/lapack95 Makefile distinfo pkg-descr pkg-plist ports/math/lapack95/files patch-make.inc Message-ID: <200408290749.i7T7nvg8047182@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
maho 2004-08-29 07:49:57 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/lapack95 Makefile distinfo pkg-descr pkg-plist math/lapack95/files patch-make.inc Log: Add New port lapack95 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. Revision Changes Path 1.283 +1 -0 ports/math/Makefile 1.1 +48 -0 ports/math/lapack95/Makefile (new) 1.1 +2 -0 ports/math/lapack95/distinfo (new) 1.1 +30 -0 ports/math/lapack95/files/patch-make.inc (new) 1.1 +11 -0 ports/math/lapack95/pkg-descr (new) 1.1 +1057 -0 ports/math/lapack95/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408290749.i7T7nvg8047182>