Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tbb: Re-enable hwloc support | Peter Kjellerstedt | 2025-02-25 | 1 | -0/+1 |
| | | | | | | | | | | The problem with using pkg-config to find hwloc when cross-compiling was solved by upstream in 2021.13.0. However, the upgrade in commit d8c5a72788ab0f2e36aee16e6d9e7555537366a5 missed that upstream defaults to disabling searching for hwloc when cross-compiling. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> | ||||
* | tbb: upgrade 2021.11.0 -> 2021.13.0 | Yi Zhao | 2024-09-16 | 1 | -0/+63 |
ChangeLog: https://github.com/oneapi-src/oneTBB/releases/tag/v2021.12.0 https://github.com/oneapi-src/oneTBB/releases/tag/v2021.13.0 Drop 0001-hwloc_detection.cmake-remove-cross-compiation-check.patch as the issue has been fixed upstream. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> |