fix(patches): widen RcppParallel system-tbb scope to the whole redhat family #139
Loading…
Reference in a new issue
No description provided.
Delete branch "t3code/rcppparallel-redhat-family"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Extends #137. el8/el9 were excluded because they ship only classic Intel TBB. build-env-images now vendors oneTBB 2021 into
/usr/localon el8/el9, so every platform has oneTBB 2021+. Widen the scoperedhat-10→redhat(family token covers el8/el9/el10) and fix the reason text (no longer 'left on bundled'). Requires the el8/el9 images rebuilt with the vendored oneTBB (build-env-images PR). Verified: patched RcppParallel builds + links the vendored oneTBB on both el8 (g++ 8.5) and el9 (g++ 11.5).