Differences between revisions 1 and 2
Revision 1 as of 2008-03-22 20:38:44
Size: 2376
Comment:
Revision 2 as of 2008-03-22 20:40:39
Size: 2380
Comment: add missing "==="
Deletions are marked like this. Additions are marked like this.
Line 38: Line 38:
=== linbox-1.1.5rc2.p3 (Clement Pernet, William Stein, March 10th, 2008) === linbox-1.1.5rc2.p3 (Clement Pernet, William Stein, March 10th, 2008) ===

LinBox

Description

From http://linalg.org/: LinBox is a C++ template library for exact, high-performance linear algebra computation with dense, sparse, and structured matrices over the integers and over finite fields.

License

LGPL V2 or later

Maintainers

  • Clement Pernet
  • Michael Abshoff
  • William Stein

Upstream Contact

  • Clement Pernet
  • The Google group linbox-devel and linbox-use

Dependencies

  • gmp
  • NTL
  • Givaro
  • ATLAS (non-OSX)/The Accelerate FrameWork (on OSX)

Changelog

linbox-1.1.5rc2.p6 (Michael Abshoff, March 22nd, 2008)

  • integrate Debian build infrastructure (Tim Abbott, #2647)
  • clean up SPKG.txt
  • commit all outstanding changes

linbox-1.1.5rc2.p5 (William Stein, March 17th, 2008)

  • bump version number to force rebuild on upgrade due to updated Givaro

linbox-1.1.5rc2.p4 (Clement Pernet)

  • revert to a better commentator.h, which now works on PPC, and still uses static

linbox-1.1.5rc2.p3 (Clement Pernet, William Stein, March 10th, 2008)

  • fix the bug with static_initialization of commentator on PPC. (ticket 2463)

linbox-1.1.5rc2.p2 (Michael Abshoff, March 10th, 2008)

  • remove buggy case in libcblas detect (#2458)

linbox-1.1.5rc2.p1 (Clement Pernet, March 4th, 2008)

  • Update full rank submatrix wrapper
  • Set default alg for charpoly to ArithProg, thus avoiding Darwin-static initialization gcc bug (which still has to be addressed)

linbox-1.1.5rc2.p0 (Michael Abshoff, March 3rd, 2008)

  • Apply Clement Pernet's PID_Integer patch (fixed #915)

linbox-1.1.5rc2 (Clement Pernet, March 2nd, 2008)

  • updated to upstream 1.1.5rc2
  • added additional funcionality in linbox_wrap

2007-12-16 (Michael Abshoff)

  • detect internal ATLAS and link against it per default on non-OSX

2007-11-13 (Michael Abshoff)

  • Apply Clement Pernet's charpoly leak fix, i.e. the dreaded BLAS:MatrixHom

2007-10-29: (Michael Abshoff)

  • added fix for #1026
  • add "-g" to CXXFLAGS and CFLAGS for better valgrind output
  • add .hgignore
  • add all files under patches and linbox_wrap to hg repo

2007-09-03 (Michael Abshoff)

  • merged LinBox ChangeSet 2803, which fixes #498 without the performance regression of the initial workaround