feat(patches): add patch registry with RcppParallel TBB workaround

This commit is contained in:
Patrick Schratz 2026-06-30 08:47:40 +02:00
commit 5bf9b2e1f4
Signed by: pat-s
GPG key ID: 3C6318841EF78925

View file

@ -0,0 +1,12 @@
[
{
"package": "RcppParallel",
"versions": "*",
"platforms": ["alpine", "ubuntu-2604"],
"env": { "RCPP_PARALLEL_USE_TBB": "0" },
"configure_args": [],
"makevars": {},
"patch": null,
"reason": "bundled Intel TBB fails to build on musl and on newer toolchains (e.g. g++ 15 on ubuntu-2604); disabling TBB falls back to TinyThread"
}
]