diff options
author | wiz <wiz@pkgsrc.org> | 2013-10-06 16:16:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-10-06 16:16:17 +0000 |
commit | 2709878ee9911be4c37e6b9bcd39efaa89b2b98a (patch) | |
tree | e89631acbb5d5800418cc37e3bb246ce80f7311b | |
parent | f1a2329b34d44f05daf114d96f94e816527f819f (diff) | |
download | pkgsrc-2709878ee9911be4c37e6b9bcd39efaa89b2b98a.tar.gz |
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.
-rw-r--r-- | math/eigen3/Makefile | 8 | ||||
-rw-r--r-- | math/eigen3/distinfo | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/math/eigen3/Makefile b/math/eigen3/Makefile index d8329b73032..4b1723b891b 100644 --- a/math/eigen3/Makefile +++ b/math/eigen3/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2013/05/29 22:58:25 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2013/10/06 16:16:17 wiz Exp $ -DISTNAME= 3.1.3 -PKGNAME= eigen3-3.1.3 +DISTNAME= 3.1.4 +PKGNAME= eigen3-3.1.4 CATEGORIES= math MASTER_SITES= http://bitbucket.org/eigen/eigen/get/ DIST_SUBDIR= eigen3 @@ -16,7 +16,7 @@ USE_LANGUAGES+= c c++ USE_CMAKE= yes CMAKE_ARG_PATH= .. CONFIGURE_DIRS= _build -WRKSRC= ${WRKDIR}/eigen-eigen-2249f9c22fe8 +WRKSRC= ${WRKDIR}/eigen-eigen-36bf2ceaf8f5 FETCH_USING= curl pre-configure: diff --git a/math/eigen3/distinfo b/math/eigen3/distinfo index 82164a5f30a..e9f35e089d7 100644 --- a/math/eigen3/distinfo +++ b/math/eigen3/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2013/05/29 22:58:25 wiz Exp $ +$NetBSD: distinfo,v 1.4 2013/10/06 16:16:17 wiz Exp $ -SHA1 (eigen3/3.1.3.tar.bz2) = 07e248deaaa5d2a8822a0581a606151127fce450 -RMD160 (eigen3/3.1.3.tar.bz2) = 32f8a3accd026f296dfb913e184efb3a1791f30f -Size (eigen3/3.1.3.tar.bz2) = 1052724 bytes +SHA1 (eigen3/3.1.4.tar.bz2) = a5cbe0a5676ea2105c8b0c4569c204bf58fc009a +RMD160 (eigen3/3.1.4.tar.bz2) = e458d4bc593f76498ef25df4efcc295e8d4d31f9 +Size (eigen3/3.1.4.tar.bz2) = 1052745 bytes SHA1 (patch-CMakeLists.txt) = aea4fd4e0043eb23e700dd72d0f6d80d125120e4 |