Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153874126
D56355.id175298.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D56355.id175298.diff
View Options
diff --git a/math/R-cran-RcppParallel/Makefile b/math/R-cran-RcppParallel/Makefile
new file mode 100644
--- /dev/null
+++ b/math/R-cran-RcppParallel/Makefile
@@ -0,0 +1,24 @@
+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-RUnit>0:devel/R-cran-RUnit \
+ R-cran-Rcpp>0:devel/R-cran-Rcpp
+
+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>
diff --git a/math/R-cran-RcppParallel/distinfo b/math/R-cran-RcppParallel/distinfo
new file mode 100644
--- /dev/null
+++ b/math/R-cran-RcppParallel/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1775929540
+SHA256 (RcppParallel_5.1.11-2.tar.gz) = 350d013d62cd80175e1b13fd5bbf973755e331a5d4d4590a163778a24b27980b
+SIZE (RcppParallel_5.1.11-2.tar.gz) = 1634090
diff --git a/math/R-cran-RcppParallel/pkg-descr b/math/R-cran-RcppParallel/pkg-descr
new file mode 100644
--- /dev/null
+++ b/math/R-cran-RcppParallel/pkg-descr
@@ -0,0 +1,4 @@
+High level functions for parallel programming with Rcpp. For example,
+the parallelFor function can be used to convert the work of a standard
+serial for loop into a parallel one, and the parallelReduce function
+can be used for accumulating aggregate or other values.
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Apr 25, 10:59 AM (1 h, 34 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32102201
Default Alt Text
D56355.id175298.diff (1 KB)
Attached To
Mode
D56355: math/R-cran-RcppParallel: new port for parallel programming tools for Rcpp
Attached
Detach File
Event Timeline
Log In to Comment