aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-RcppArmadillo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/R-cran-RcppArmadillo/Makefile')
-rw-r--r--math/R-cran-RcppArmadillo/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/math/R-cran-RcppArmadillo/Makefile b/math/R-cran-RcppArmadillo/Makefile
index e194ae9be14f..6c3fe465098b 100644
--- a/math/R-cran-RcppArmadillo/Makefile
+++ b/math/R-cran-RcppArmadillo/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= RcppArmadillo
-PORTVERSION= 0.4.000.4
-PORTREVISION= 1
+PORTVERSION= 0.4.100.0
CATEGORIES= math
DISTNAME= ${PORTNAME}_${PORTVERSION}
@@ -13,11 +12,14 @@ COMMENT= Rcpp integration for Armadillo templated linear algebra library
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
-RUN_DEPENDS= R-cran-Rcpp>=0.10.5:${PORTSDIR}/devel/R-cran-Rcpp
+RUN_DEPENDS= R-cran-Rcpp>=0.11.0:${PORTSDIR}/devel/R-cran-Rcpp
USES= cran:auto-plist
post-patch:
- ${REINPLACE_CMD} -e 's|bin/bash|bin/sh|' ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e 's|bin/bash|bin/sh|' ${WRKSRC}/configure
+
+post-stage:
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/R/library/RcppArmadillo/libs/RcppArmadillo.so
.include <bsd.port.mk>