diff options
author | markd <markd@pkgsrc.org> | 2009-08-04 21:13:30 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2009-08-04 21:13:30 +0000 |
commit | 08d211e9bb49ee13670a62d7d819d2c5c8f38b1a (patch) | |
tree | 503b38338ea9df1bc9cbb474c53ab94669b8cda3 /math | |
parent | 02a927a745c545a62cd32c64fd88d1c160ed08d1 (diff) | |
download | pkgsrc-08d211e9bb49ee13670a62d7d819d2c5c8f38b1a.tar.gz |
Update eigen2 to 2.0.4.
Changes unknown.
Diffstat (limited to 'math')
-rw-r--r-- | math/eigen2/Makefile | 10 | ||||
-rw-r--r-- | math/eigen2/PLIST | 8 | ||||
-rw-r--r-- | math/eigen2/distinfo | 8 |
3 files changed, 16 insertions, 10 deletions
diff --git a/math/eigen2/Makefile b/math/eigen2/Makefile index cb4d0445766..e5f2f72e653 100644 --- a/math/eigen2/Makefile +++ b/math/eigen2/Makefile @@ -1,16 +1,20 @@ -# $NetBSD: Makefile,v 1.5 2009/04/06 12:37:49 markd Exp $ +# $NetBSD: Makefile,v 1.6 2009/08/04 21:13:30 markd Exp $ -DISTNAME= eigen-2.0.0 +DISTNAME= 2.0.4 +PKGNAME= eigen-2.0.4 CATEGORIES= math -MASTER_SITES= http://download.tuxfamily.org/eigen/ +MASTER_SITES= http://bitbucket.org/eigen/eigen2/get/ +DIST_SUBDIR= eigen2 EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://eigen.tuxfamily.org/ COMMENT= C++ template library for linear algebra +LICENSE= gnu-lgpl-v3 OR gnu-gpl-v2 USE_LANGUAGES+= c c++ USE_CMAKE= yes +WRKSRC= ${WRKDIR}/eigen2 PKG_DESTDIR_SUPPORT= user-destdir diff --git a/math/eigen2/PLIST b/math/eigen2/PLIST index 12d6198585d..1cfc20a6731 100644 --- a/math/eigen2/PLIST +++ b/math/eigen2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2009/06/14 18:05:42 joerg Exp $ +@comment $NetBSD: PLIST,v 1.5 2009/08/04 21:13:30 markd Exp $ include/eigen2/Eigen/Array include/eigen2/Eigen/Cholesky include/eigen2/Eigen/Core @@ -99,6 +99,7 @@ include/eigen2/Eigen/src/Sparse/SparseBlock.h include/eigen2/Eigen/src/Sparse/SparseCwise.h include/eigen2/Eigen/src/Sparse/SparseCwiseBinaryOp.h include/eigen2/Eigen/src/Sparse/SparseCwiseUnaryOp.h +include/eigen2/Eigen/src/Sparse/SparseDiagonalProduct.h include/eigen2/Eigen/src/Sparse/SparseDot.h include/eigen2/Eigen/src/Sparse/SparseFlagged.h include/eigen2/Eigen/src/Sparse/SparseFuzzy.h @@ -116,5 +117,6 @@ include/eigen2/Eigen/src/Sparse/SuperLUSupport.h include/eigen2/Eigen/src/Sparse/TaucsSupport.h include/eigen2/Eigen/src/Sparse/TriangularSolver.h include/eigen2/Eigen/src/Sparse/UmfPackSupport.h -include/eigen2/Eigen/src/StdVector/StdVector.h -include/eigen2/Eigen/src/StdVector/UnalignedType.h +include/eigen2/unsupported/Eigen/IterativeSolvers +include/eigen2/unsupported/Eigen/src/IterativeSolvers/ConstrainedConjGrad.h +include/eigen2/unsupported/Eigen/src/IterativeSolvers/IterationController.h diff --git a/math/eigen2/distinfo b/math/eigen2/distinfo index 97a802dc357..dd82f771224 100644 --- a/math/eigen2/distinfo +++ b/math/eigen2/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2009/04/06 12:37:49 markd Exp $ +$NetBSD: distinfo,v 1.6 2009/08/04 21:13:30 markd Exp $ -SHA1 (eigen-2.0.0.tar.bz2) = ce7d035b2b27351130d8094375e54a605118233b -RMD160 (eigen-2.0.0.tar.bz2) = 21781944a034792b1c939e48b1d8f54ff1c0e008 -Size (eigen-2.0.0.tar.bz2) = 346043 bytes +SHA1 (eigen2/2.0.4.tar.bz2) = 49436b6a2336fa11a6a287d489aa53b2bd760565 +RMD160 (eigen2/2.0.4.tar.bz2) = 512ead52f9db6f40e1b90f953a304ead55055d7b +Size (eigen2/2.0.4.tar.bz2) = 357260 bytes |