aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-RcppParallel
Commit message (Collapse)AuthorAgeFilesLines
* math/R-cran-RcppParallel: Update 6.2.0 => 6.2.1Christos Longros7 days2-4/+4
| | | | | | | | | Changelog: https://github.com/RcppCore/RcppParallel/blob/v6.2.1/NEWS.md PR: 298012 Reported by: Christos Longros <chris.longros@gmail.com> (maintainer) Approved by: osa, vvd (Mentors, implicit)
* math/R-cran-RcppParallel: Update 6.1.1 => 6.2.0Christos Longros2026-08-062-6/+5
| | | | | | | | | | | | | | Port changes: - Remove devel/R-cran-RUnit from TEST_DEPENDS. Changelog: https://github.com/RcppCore/RcppParallel/blob/v6.2.0/NEWS.md PR: 297317 Reported by: Christos Longros <chris.longros@gmail.com> (maintainer) Signed-off-by: Christos Longros <chris.longros@gmail.com> (maintainer) Approved by: osa, vvd (Mentors, implicit) MFH: 2026Q3
* math/R-cran-RcppParallel: Update 6.0.0 => 6.1.1Christos Longros2026-07-292-4/+4
| | | | | | | | | | Changelog: https://github.com/RcppCore/RcppParallel/blob/v6.1.1/NEWS.md PR: 297110 Reported by: Christos Longros <chris.longros@gmail.com> (maintainer) Approved by: osa, vvd (Mentors, implicit) MFH: 2026Q3
* math/R-cran-RcppParallel: update 5.1.11-2 → 6.0.0Christos Longros2026-07-272-4/+4
| | | | | | | | RcppParallel no longer includes tbb headers as part of the RcppParallel/TBB.h header and bundles oneTBB 2022.0.0. The port keeps linking against devel/onetbb via TBB_LIB/TBB_INC. PR: 297057
* math/R-cran-RcppParallel: New port: Parallel programming tools for RcppChristos Longros2026-05-133-0/+32
- 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