Files
macports-ports/R/R-RcppParallel/Portfile
T
2026-05-02 11:50:56 +04:00

29 lines
1.0 KiB
Tcl

# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
PortGroup R 1.0
R.setup cran RcppCore RcppParallel 5.1.9
revision 1
categories-append devel
maintainers nomaintainer
license GPL-3
description High level functions for parallel programming with Rcpp
long_description {*}${description}
homepage https://rcppcore.github.io/RcppParallel
checksums rmd160 b6a008b22124aa107d8ee13aaeefba72be2fa289 \
sha256 fd0861f3f0f7be4e0ef29c021e75beb351ae2eb18ce5d79e21f2725da4da114f \
size 1632664
# Use our standalone OneTBB instead of the bundled one,
# which does not work correctly in some instances.
# https://github.com/stan-dev/rstan/issues/979
depends_lib-append port:onetbb
depends_test-append port:R-knitr \
port:R-Rcpp \
port:R-rmarkdown \
port:R-RUnit
test.run yes