mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
e35a06c79a
- Submitter becomes maintainer High-level parallel programming primitives for the R language. Includes the Intel TBB and RcppParallel libraries. WWW: https://rcppcore.github.io/RcppParallel/ PR: 294584 Differential Revision: https://reviews.freebsd.org/D56355
26 lines
667 B
Makefile
26 lines
667 B
Makefile
PORTNAME= RcppParallel
|
|
DISTVERSION= 5.1.11-2
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= chris.longros@gmail.com
|
|
COMMENT= Parallel programming tools for Rcpp
|
|
WWW= https://rcppcore.github.io/RcppParallel/
|
|
|
|
LICENSE= GPLv3
|
|
|
|
LIB_DEPENDS= libtbb.so:devel/onetbb
|
|
TEST_DEPENDS= R-cran-knitr>0:print/R-cran-knitr \
|
|
R-cran-Rcpp>0:devel/R-cran-Rcpp \
|
|
R-cran-rmarkdown>0:textproc/R-cran-rmarkdown \
|
|
R-cran-RUnit>0:devel/R-cran-RUnit
|
|
|
|
USES= cran:auto-plist,compiles gmake localbase
|
|
|
|
CONFIGURE_ENV= TBB_LIB=${LOCALBASE}/lib \
|
|
TBB_INC=${LOCALBASE}/include
|
|
MAKE_ENV= TBB_LIB=${LOCALBASE}/lib \
|
|
TBB_INC=${LOCALBASE}/include
|
|
|
|
.include <bsd.port.mk>
|