2013-05-06 08:01:32 +02:00
|
|
|
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= RcppArmadillo
|
2016-01-28 10:18:30 +01:00
|
|
|
PORTVERSION= 0.6.500.4.0
|
2013-05-06 08:01:32 +02:00
|
|
|
CATEGORIES= math
|
|
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
|
|
COMMENT= Rcpp integration for Armadillo templated linear algebra library
|
|
|
|
|
2016-01-24 14:27:25 +01:00
|
|
|
LICENSE= GPLv2+
|
2013-05-06 08:01:32 +02:00
|
|
|
|
2014-03-13 16:11:54 +01:00
|
|
|
RUN_DEPENDS= R-cran-Rcpp>=0.11.0:${PORTSDIR}/devel/R-cran-Rcpp
|
2013-05-06 08:01:32 +02:00
|
|
|
|
2013-12-28 11:28:40 +01:00
|
|
|
USES= cran:auto-plist
|
2013-05-06 08:01:32 +02:00
|
|
|
|
2014-01-01 07:34:27 +01:00
|
|
|
post-patch:
|
2015-12-06 06:17:09 +01:00
|
|
|
@${REINPLACE_CMD} -e '/bin\//s|bash|sh|' ${WRKSRC}/configure
|
2014-03-13 16:11:54 +01:00
|
|
|
|
2013-05-06 08:01:32 +02:00
|
|
|
.include <bsd.port.mk>
|