Bug 127336 - New port: math/py-symeig Symmetrical eigenvalue routines for NumPy
Summary: New port: math/py-symeig Symmetrical eigenvalue routines for NumPy
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-13 00:50 UTC by Li-Lun Wang
Modified: 2008-09-27 20:00 UTC (History)
0 users

See Also:


Attachments
file.shar (3.44 KB, text/plain)
2008-09-13 00:50 UTC, Li-Lun Wang
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Li-Lun Wang 2008-09-13 00:50:01 UTC

    
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-09-13 00:50:33 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2008-09-13 09:22:25 UTC
Responsible Changed
From-To: freebsd-python->miwi

I'll take it.
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2008-09-27 19:49:52 UTC
State Changed
From-To: open->closed

New port added. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2008-09-27 19:50:22 UTC
miwi        2008-09-27 18:50:12 UTC

  FreeBSD ports repository

  Modified files:
    math                 Makefile 
  Added files:
    math/py-symeig       Makefile distinfo pkg-descr pkg-plist 
  Log:
  The symeig module contains a Python wrapper for the LAPACK functions to
  solve the standard and generalized eigenvalue problems for symmetric
  (hermitian) positive definite matrices. Those specialized algorithms give
  an important speed-up with respect to the generic LAPACK eigenvalue
  problem solver used by NumPy (linalg.eig and linalg.eigh).
  
  WWW: http://mdp-toolkit.sourceforge.net/symeig.html
  
  PR:             ports/127336
  Submitted by:   Li-Lun Wang <llwang at infor.org>
  
  Revision  Changes    Path
  1.563     +1 -0      ports/math/Makefile
  1.1       +40 -0     ports/math/py-symeig/Makefile (new)
  1.1       +3 -0      ports/math/py-symeig/distinfo (new)
  1.1       +7 -0      ports/math/py-symeig/pkg-descr (new)
  1.1       +21 -0     ports/math/py-symeig/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"