diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2013-05-06 06:01:32 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2013-05-06 06:01:32 +0000 |
commit | 114bfbbaf73bdbdd2bf409a597da41288a1e07c7 (patch) | |
tree | a5f472609516514e050bece2ce0530918bc08a30 /math/R-cran-RcppArmadillo | |
parent | 19a2f3b5128764c056ebd9f2297c953afd194657 (diff) |
- Add new port: math/R-cran-RcppArmadillo
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/
Notes
Notes:
svn path=/head/; revision=317461
Diffstat (limited to 'math/R-cran-RcppArmadillo')
-rw-r--r-- | math/R-cran-RcppArmadillo/Makefile | 20 | ||||
-rw-r--r-- | math/R-cran-RcppArmadillo/distinfo | 2 | ||||
-rw-r--r-- | math/R-cran-RcppArmadillo/pkg-descr | 4 |
3 files changed, 26 insertions, 0 deletions
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/ |