Commit graph

7 commits

Author SHA1 Message Date
wiz
18a46154bf Do not set FETCH_USING, should not be set in a package Makefile. 2014-01-27 18:41:11 +00:00
wiz
85c29be2cb Update to 3.1.4:
Changes since 3.1.3:

    Bug 620: Fix robustness and performance issues in JacobiSVD::solve.
    Bug 613: Fix accuracy of SSE sqrt for very small numbers.
    Bug 608: Fix sign computation in LDLT.
    Fix write access to CwiseUnaryView expressions.
    Fix compilation of transposeInPlace() for Array expressions.
    Fix non const data() member in Array and Matrix wrappers.
    Fix a few warnings and compilation issues with recent compiler versions.
    Documentation fixes.
2013-10-06 16:16:17 +00:00
wiz
228529fd72 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)
2013-05-29 22:58:25 +00:00
asau
6929b96ca2 Revert pkglint-induced nonsense. 2013-04-08 18:29:37 +00:00
rodent
6b46c62d2e Edited DESCR in the case of:
File too long (should be no more than 24 lines).
 Line too long (should be no more than 80 characters).
 Trailing empty lines.
 Trailing white-space.
Trucated the long files as best as possible while preserving the most info
contained in them.
2013-04-07 20:49:31 +00:00
joerg
424291cbdb Don't try to detect the pkgconfig directory, hard-wire the one used in
pkgsrc. It seems like the detection sometimes picked up the wrong value.
Adjust PLIST and bump revision.
2013-04-01 12:14:33 +00:00
markd
7967f3a1ef Add eigen3 version 3.1.2
Eigen 3 is a C++ template library for linear algebra: vectors, matrices, and
related algorithms.
2013-03-17 19:37:19 +00:00