qrupdate is a Fortran library for fast update of QR and Cholesky decomposition. The project is hosted at: WWW: http://qrupdate.sourceforge.net/ qrupdate uses the GPL3 license. qrupdate was originally part of GNU-Octave. See the thread at: http://www.nabble.com/qrupdate---advice-sought-td21370748.html Fix: Patch attached with submission follows:
maho 2009-08-06 03:38:13 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/qrupdate Makefile distinfo pkg-descr pkg-plist math/qrupdate/files patch-Makeconf patch-Makefile patch-src-Makefile Log: qrupdate is a Fortran library for fast updates of QR and Cholesky decomposition. It was originally part of GNU-Octave. WWW: http://qrupdate.sourceforge.net/ PR: 137467 Submitted by: Robert Jenssen Note: maintainership is taken over by maho@FreeBSD.org. Revision Changes Path 1.613 +1 -0 ports/math/Makefile 1.1 +36 -0 ports/math/qrupdate/Makefile (new) 1.1 +3 -0 ports/math/qrupdate/distinfo (new) 1.1 +22 -0 ports/math/qrupdate/files/patch-Makeconf (new) 1.1 +37 -0 ports/math/qrupdate/files/patch-Makefile (new) 1.1 +14 -0 ports/math/qrupdate/files/patch-src-Makefile (new) 1.1 +4 -0 ports/math/qrupdate/pkg-descr (new) 1.1 +4 -0 ports/math/qrupdate/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thanks!