Differences between revisions 3 and 4
Revision 3 as of 2008-04-01 20:59:28
Size: 2575
Comment: update to 1.1.5rc2.p7
Revision 4 as of 2008-04-04 01:05:33
Size: 2759
Comment:
Deletions are marked like this. Additions are marked like this.
Line 26: Line 26:

=== linbox-1.1.5 (Clement Pernet, April 2nd, 2008) ===
 * Remove every patch
 * Put upstream final 1.1.5 release of LinBox
 * Remove useless patches in dist/debian/linbox-debian

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.5 (Clement Pernet, April 2nd, 2008)

  • Remove every patch
  • Put upstream final 1.1.5 release of LinBox

  • Remove useless patches in dist/debian/linbox-debian

linbox-1.1.5rc2.p7 (Michael Abshoff, April 1st, 2008)

  • Copyright files for Debian packages (Tim Abbott, #2199)
  • linbox updates for Debian gfortran transition (Tim Abbott, #2758)

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