Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/math/R-cran-RcppArmadillo/Makefile
16460 views
PORTNAME=	RcppArmadillo
DISTVERSION=	14.6.3-1
CATEGORIES=	math
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	[email protected]
COMMENT=	Rcpp integration for Armadillo templated linear algebra library
WWW=		https://cran.r-project.org/package=RcppArmadillo

LICENSE=	GPLv2+

CRAN_DEPENDS=	R-cran-Rcpp>=1.0.12:devel/R-cran-Rcpp
BUILD_DEPENDS=	${CRAN_DEPENDS}
RUN_DEPENDS=	${CRAN_DEPENDS}
TEST_DEPENDS=	R-cran-slam>0:math/R-cran-slam \
		R-cran-tinytest>0:devel/R-cran-tinytest

USES=		cran:auto-plist,compiles

.include <bsd.port.mk>