Created attachment 269860 [details] RcppParallel New port: math/R-cran-RcppParallel High-level parallel programming primitives for the R language. Includes the Intel TBB and RcppParallel libraries. Version: 5.1.10 License: GPLv3 WWW: https://CRAN.R-project.org/package=RcppParallel Built and tested on FreeBSD 16.0-CURRENT. Phabricator review: https://reviews.freebsd.org/D56355
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=e35a06c79a064bf9fa889eabbc42798648cd6bb1 commit e35a06c79a064bf9fa889eabbc42798648cd6bb1 Author: Christos Longros <chris.longros@gmail.com> AuthorDate: 2026-05-13 19:25:56 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2026-05-13 19:31:01 +0000 math/R-cran-RcppParallel: New port: Parallel programming tools for Rcpp - 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 math/Makefile | 1 + math/R-cran-RcppParallel/Makefile (new) | 25 +++++++++++++++++++++++++ math/R-cran-RcppParallel/distinfo (new) | 3 +++ math/R-cran-RcppParallel/pkg-descr (new) | 4 ++++ 4 files changed, 33 insertions(+)
Nice work on this port. Committed, thank you!