Bug 137467 - [NEW PORT] math/qrupdate: a Fortran library for fast update of QR and Cholesky decomposition
Summary: [NEW PORT] math/qrupdate: a Fortran library for fast update of QR and Cholesk...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-06 01:30 UTC by Robert Jenssen
Modified: 2009-08-06 04:40 UTC (History)
0 users

See Also:


Attachments
file.shar (4.83 KB, text/plain)
2009-08-06 01:30 UTC, Robert Jenssen
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Jenssen 2009-08-06 01:30:03 UTC
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:
Comment 1 dfilter service freebsd_committer freebsd_triage 2009-08-06 04:38:25 UTC
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"
Comment 2 Maho Nakata freebsd_committer freebsd_triage 2009-08-06 04:39:48 UTC
State Changed
From-To: open->closed

Committed, thanks!