aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2013-05-06 06:01:32 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2013-05-06 06:01:32 +0000
commit114bfbbaf73bdbdd2bf409a597da41288a1e07c7 (patch)
treea5f472609516514e050bece2ce0530918bc08a30 /math
parent19a2f3b5128764c056ebd9f2297c953afd194657 (diff)
downloadports-114bfbbaf73bdbdd2bf409a597da41288a1e07c7.tar.gz
ports-114bfbbaf73bdbdd2bf409a597da41288a1e07c7.zip
Notes
Diffstat (limited to 'math')
-rw-r--r--math/Makefile1
-rw-r--r--math/R-cran-RcppArmadillo/Makefile20
-rw-r--r--math/R-cran-RcppArmadillo/distinfo2
-rw-r--r--math/R-cran-RcppArmadillo/pkg-descr4
4 files changed, 27 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile
index 6b9c8a23f8bc..aea6088ecda9 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -13,6 +13,7 @@
SUBDIR += R-cran-MCMCpack
SUBDIR += R-cran-RHmm
SUBDIR += R-cran-RSvgDevice
+ SUBDIR += R-cran-RcppArmadillo
SUBDIR += R-cran-SuppDists
SUBDIR += R-cran-Zelig
SUBDIR += R-cran-bdsmatrix
diff --git a/math/R-cran-RcppArmadillo/Makefile b/math/R-cran-RcppArmadillo/Makefile
new file mode 100644
index 000000000000..4828b0e29087
--- /dev/null
+++ b/math/R-cran-RcppArmadillo/Makefile
@@ -0,0 +1,20 @@
+# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= RcppArmadillo
+PORTVERSION= 0.3.800.1
+CATEGORIES= math
+DISTNAME= ${PORTNAME}_${PORTVERSION}
+
+MAINTAINER= tota@FreeBSD.org
+COMMENT= Rcpp integration for Armadillo templated linear algebra library
+
+LICENSE= GPLv2 GPLv3
+LICENSE_COMB= dual
+
+RUN_DEPENDS= R-cran-Rcpp>=0.10.2:${PORTSDIR}/devel/R-cran-Rcpp
+
+USE_R_MOD= yes
+R_MOD_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/math/R-cran-RcppArmadillo/distinfo b/math/R-cran-RcppArmadillo/distinfo
new file mode 100644
index 000000000000..ec998243e89a
--- /dev/null
+++ b/math/R-cran-RcppArmadillo/distinfo
@@ -0,0 +1,2 @@
+SHA256 (RcppArmadillo_0.3.800.1.tar.gz) = ce8cfdfaca7348808242566764bdb7b6d4c709950993f0fd1fdd1fa72de50312
+SIZE (RcppArmadillo_0.3.800.1.tar.gz) = 803279
diff --git a/math/R-cran-RcppArmadillo/pkg-descr b/math/R-cran-RcppArmadillo/pkg-descr
new file mode 100644
index 000000000000..6c7a03b3811b
--- /dev/null
+++ b/math/R-cran-RcppArmadillo/pkg-descr
@@ -0,0 +1,4 @@
+RcppArmadillo provides an interface from R to and from Armadillo
+by utilising the Rcpp R/C++ interface library.
+
+WWW: http://cran.r-project.org/web/packages/RcppArmadillo/