# -*- 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.8 revision 0 categories-append devel maintainers {@barracuda156 gmail.com:vital.had} openmaintainer license GPL-3 description High level functions for parallel programming with Rcpp long_description {*}${description} homepage https://rcppcore.github.io/RcppParallel checksums rmd160 417c62769ee75194f3ed6eda2a6c170bd955a03e \ sha256 d655b18ad85655e3df9313695a46e7ba6c8c0b5576ff1ab50010b34a97bba126 \ size 1632559 # 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 build.env-append TBB_INC=${prefix}/libexec/onetbb/include \ TBB_LIB=${prefix}/libexec/onetbb/lib depends_test-append port:R-knitr \ port:R-Rcpp \ port:R-rmarkdown \ port:R-RUnit test.run yes test.env-append TBB_INC=${prefix}/libexec/onetbb/include \ TBB_LIB=${prefix}/libexec/onetbb/lib