pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/eigen2 Update to 2.0.17:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a5d149c48081
branches:  trunk
changeset: 604339:a5d149c48081
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue May 29 14:51:42 2012 +0000

description:
Update to 2.0.17:
Thiss fixes a compilation issue with aligned_allocator, and a typo
in the ParametrizedLine documentation.
2.0.16:
Fix bug in 3x3 tridiagonlisation (and consequently in 3x3 selfadjoint eigen decomposition).
Fix compilation for new gcc 4.6.
Fix performance regression since 2.0.12: in some matrix-vector product, complex matrix expressions were not pre-evaluated.
Fix documentation of Least-Square.
New feature: support for part<SelfAdjoint>.
Fix bug in SparseLU::setOrderingMethod.

diffstat:

 math/eigen2/Makefile |  9 +++++----
 math/eigen2/distinfo |  8 ++++----
 2 files changed, 9 insertions(+), 8 deletions(-)

diffs (37 lines):

diff -r 0b5b19f4fbc0 -r a5d149c48081 math/eigen2/Makefile
--- a/math/eigen2/Makefile      Tue May 29 14:45:56 2012 +0000
+++ b/math/eigen2/Makefile      Tue May 29 14:51:42 2012 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2010/10/25 20:03:52 markd Exp $
+# $NetBSD: Makefile,v 1.8 2012/05/29 14:51:42 wiz Exp $
 
-DISTNAME=      2.0.15
-PKGNAME=       eigen-2.0.15
+DISTNAME=      2.0.17
+PKGNAME=       eigen-2.0.17
 CATEGORIES=    math
 MASTER_SITES=   http://bitbucket.org/eigen/eigen/get/
 DIST_SUBDIR=   eigen2
@@ -14,7 +14,8 @@
 
 USE_LANGUAGES+= c c++
 USE_CMAKE= yes
-WRKSRC=                ${WRKDIR}/eigen
+WRKSRC=                ${WRKDIR}/eigen-eigen-b23437e61a07
+FETCH_USING=   curl
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
diff -r 0b5b19f4fbc0 -r a5d149c48081 math/eigen2/distinfo
--- a/math/eigen2/distinfo      Tue May 29 14:45:56 2012 +0000
+++ b/math/eigen2/distinfo      Tue May 29 14:51:42 2012 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2010/10/25 20:03:52 markd Exp $
+$NetBSD: distinfo,v 1.8 2012/05/29 14:51:42 wiz Exp $
 
-SHA1 (eigen2/2.0.15.tar.bz2) = 6bf63fa5082ea56324371d89fb366ff4a4f51d61
-RMD160 (eigen2/2.0.15.tar.bz2) = 2edd3035948cb30dc497740df1fcf30043dfd85d
-Size (eigen2/2.0.15.tar.bz2) = 367509 bytes
+SHA1 (eigen2/2.0.17.tar.bz2) = 461546be98b964d8d5d2adb0f1c31ba0e42efc38
+RMD160 (eigen2/2.0.17.tar.bz2) = 183c8f7ee3c85ccb447fdcefa3a366f06cca351b
+Size (eigen2/2.0.17.tar.bz2) = 367890 bytes



Home | Main Index | Thread Index | Old Index