summaryrefslogtreecommitdiff
path: root/math/R-RcppEigen
diff options
context:
space:
mode:
authorwen <wen@pkgsrc.org>2016-07-27 03:53:50 +0000
committerwen <wen@pkgsrc.org>2016-07-27 03:53:50 +0000
commit18308b6b3b7588b01f857ee0a9b88445e98af0a3 (patch)
treed72e714a1815a0ae12f3d7cf4c1d866553749e17 /math/R-RcppEigen
parent41c6f881b192a27cb1a9407a822140b1878609ad (diff)
downloadpkgsrc-18308b6b3b7588b01f857ee0a9b88445e98af0a3.tar.gz
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 (limited to 'math/R-RcppEigen')
-rw-r--r--math/R-RcppEigen/DESCR8
-rw-r--r--math/R-RcppEigen/Makefile18
-rw-r--r--math/R-RcppEigen/distinfo6
3 files changed, 32 insertions, 0 deletions
diff --git a/math/R-RcppEigen/DESCR b/math/R-RcppEigen/DESCR
new file mode 100644
index 00000000000..72401b035b1
--- /dev/null
+++ b/math/R-RcppEigen/DESCR
@@ -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 --git a/math/R-RcppEigen/Makefile b/math/R-RcppEigen/Makefile
new file mode 100644
index 00000000000..e7f2c557145
--- /dev/null
+++ b/math/R-RcppEigen/Makefile
@@ -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
+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 --git a/math/R-RcppEigen/distinfo b/math/R-RcppEigen/distinfo
new file mode 100644
index 00000000000..fb7245e6178
--- /dev/null
+++ b/math/R-RcppEigen/distinfo
@@ -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