feat(patches): add patch registry with RcppParallel TBB workaround
This commit is contained in:
parent
1a5e69e3ce
commit
5bf9b2e1f4
1 changed files with 55 additions and 0 deletions
12
local/patches/registry.json
Normal file
12
local/patches/registry.json
Normal 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"
|
||||
}
|
||||
]
|
||||
Loading…
Reference in a new issue