Bug 294584 - math/R-cran-RcppParallel: New port - parallel programming tools for Rcpp
Summary: math/R-cran-RcppParallel: New port - parallel programming tools for Rcpp
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Nuno Teixeira
URL: https://reviews.freebsd.org/D56355
Keywords:
Depends on:
Blocks:
 
Reported: 2026-04-17 05:41 UTC by Christos Longros
Modified: 2026-05-13 19:43 UTC (History)
2 users (show)

See Also:


Attachments
RcppParallel (1.72 KB, patch)
2026-04-17 05:41 UTC, Christos Longros
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Christos Longros 2026-04-17 05:41:53 UTC
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
Comment 1 commit-hook freebsd_committer freebsd_triage 2026-05-13 19:41:55 UTC
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(+)
Comment 2 Nuno Teixeira freebsd_committer freebsd_triage 2026-05-13 19:43:50 UTC
Nice work on this port.
Committed, thank you!