opnsense-ports/math/R-cran-RcppArmadillo/Makefile
Franco Fichtner ef3b184718 */*: sync with upstream
Taken from: FreeBSD
2024-06-04 13:30:05 +02:00

20 lines
545 B
Makefile

PORTNAME= RcppArmadillo
DISTVERSION= 0.12.8.4.0
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= eduardo@FreeBSD.org
COMMENT= Rcpp integration for Armadillo templated linear algebra library
WWW= https://cran.r-project.org/web/packages/RcppArmadillo/
LICENSE= GPLv2+
CRAN_DEPENDS= R-cran-Rcpp>=0.11.0: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>