pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/eigen3
Module Name: pkgsrc
Committed By: wiz
Date: Wed May 29 22:58:25 UTC 2013
Modified Files:
pkgsrc/math/eigen3: Makefile distinfo
pkgsrc/math/eigen3/patches: patch-CMakeLists.txt
Log Message:
Update to 3.1.3. Add comment to patch.
Changes since 3.1.2:
Bug 526 - Fix linear vectorized transversal in linspace.
Bug 551 - Fix compilation issue when using EIGEN_DEFAULT_DENSE_INDEX_TYPE.
Bug 533 - Fix some missing const qualifiers in Transpose
Fix a compilation with CGAL::Gmpq by adding explicit internal:: namespace
when calling abs().
Fix computation of outer-stride when calling .real() or .imag().
Fix handmade_aligned_realloc (affected conservativeResize()).
Fix sparse vector assignment from a sparse matrix.
Fix log(0) with SSE.
Fix bug in aligned_free with windows CE.
Fix traits of Map<Quaternion.
Fix a few warnings (507, 535, 581).
Enable SSE with ICC even when it mimics a gcc version lower than 4.2
Workaround gcc-4.7 bug #53900 (too aggressive optimization in our alignment
check)
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/math/eigen3/Makefile \
pkgsrc/math/eigen3/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/math/eigen3/patches/patch-CMakeLists.txt
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index