pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/R-RcppEigen Import RcppEigen-0.3.2.8.1 as math/R-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7f3fc1495afd
branches:  trunk
changeset: 350412:7f3fc1495afd
user:      wen <wen%pkgsrc.org@localhost>
date:      Wed Jul 27 03:53:50 2016 +0000

description:
Import RcppEigen-0.3.2.8.1 as math/R-RcppEigen.

R and Eigen integration using Rcpp. Eigen is a C++ template library
for linear algebra: matrices, vectors, numerical solvers and related
algorithms. It supports dense and sparse matrices on integer,
floating point and complex numbers, decompositions of such matrices,
and solutions of linear systems. Its performance on many algorithms
is comparable with some of the best implementations based on Lapack
and level-3 BLAS. The RcppEigen package includes the header files
from the Eigen C++ template library (currently version 3.2.2).

diffstat:

 math/R-RcppEigen/DESCR    |   8 ++++++++
 math/R-RcppEigen/Makefile |  18 ++++++++++++++++++
 math/R-RcppEigen/distinfo |   6 ++++++
 3 files changed, 32 insertions(+), 0 deletions(-)

diffs (44 lines):

diff -r ba59d8f130f7 -r 7f3fc1495afd math/R-RcppEigen/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-RcppEigen/DESCR    Wed Jul 27 03:53:50 2016 +0000
@@ -0,0 +1,8 @@
+R and Eigen integration using Rcpp. Eigen is a C++ template library
+for linear algebra: matrices, vectors, numerical solvers and related
+algorithms. It supports dense and sparse matrices on integer,
+floating point and complex numbers, decompositions of such matrices,
+and solutions of linear systems. Its performance on many algorithms
+is comparable with some of the best implementations based on Lapack
+and level-3 BLAS. The RcppEigen package includes the header files
+from the Eigen C++ template library (currently version 3.2.2).
diff -r ba59d8f130f7 -r 7f3fc1495afd math/R-RcppEigen/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-RcppEigen/Makefile Wed Jul 27 03:53:50 2016 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2016/07/27 03:53:50 wen Exp $
+
+CATEGORIES=    math
+MASTER_SITES=  ${MASTER_SITE_R_CRAN:=contrib/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      ${R_HOMEPAGE_BASE}/RcppEigen/
+COMMENT=       Rcpp integration for the Eigen templated linear algebra library
+LICENSE=       gnu-gpl-v2 OR gnu-gpl-v3
+
+R_PKGNAME=     RcppEigen
+R_PKGVER=      0.3.2.8.1
+
+USE_LANGUAGES= c c++ fortran
+
+.include "../../devel/R-Rcpp/buildlink3.mk"
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r ba59d8f130f7 -r 7f3fc1495afd math/R-RcppEigen/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-RcppEigen/distinfo Wed Jul 27 03:53:50 2016 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2016/07/27 03:53:50 wen Exp $
+
+SHA1 (R/RcppEigen_0.3.2.8.1.tar.gz) = 4dd0664dd4cde479ed7f8b8b7d02974d4b85402e
+RMD160 (R/RcppEigen_0.3.2.8.1.tar.gz) = bfcfda699f96309c6b8cc63d3ac5cce6c227490e
+SHA512 (R/RcppEigen_0.3.2.8.1.tar.gz) = 335fb04c5e3ce73ef49108372c1f3e5510284a2847137b2063beef8a78cea5e7fa4aa303238f0e9bbd812989dcd286c8283336e09132a8788bb8f7888802af46
+Size (R/RcppEigen_0.3.2.8.1.tar.gz) = 1240083 bytes



Home | Main Index | Thread Index | Old Index