Intel TBB 2019 Update 8 - #151
Conversation
Fixes Windows issues and may help other targets.
|
Does this PR need an update to |
|
@kevinushey This seems to be due to the following lines: Lines 112 to 113 in cb514e8 We did so to hide the internal TBB headers under |
|
This might be my fault for running Just to make sure I understand then: we use these I think that's ultimately true because RcppParallel will use the appropriate library paths based on whether the user has opted into using the system versus bundled TBB but want to double-check. |
Yes. The installed |
|
Got it. Thank you for clarifying and responding so quickly! |
Fixes Windows issues and may help other targets.
I didn't update to newer versions (e.g.,
oneTBB) because they use a new TBB interface and may break reverse dependencies, since it requires code changes to replace the deprecatedtask_scheduler_init.