Dirk Mueller
acbefe523a
- Update to version 2021.11.0: * Fixed tbb::this_task_arena() behavior for specific tbb::task_arena{1,0}. * Restored performance on the high-core count systems that support _tpause. - Refresh patches to apply cleanly: * use-FORTIFY_SOURCE-from-distribution.patch * add-cmake-check-for-libatomic-requirement-when-build.patch - Update Summary and description tags to be consistent with upstream's TBB -> oneTBB renaming. OBS-URL: https://build.opensuse.org/request/show/1130173 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tbb?expand=0&rev=91
14 lines
730 B
Diff
14 lines
730 B
Diff
Index: oneTBB-2021.11.0/cmake/templates/TBBConfig.cmake.in
|
|
===================================================================
|
|
--- oneTBB-2021.11.0.orig/cmake/templates/TBBConfig.cmake.in
|
|
+++ oneTBB-2021.11.0/cmake/templates/TBBConfig.cmake.in
|
|
@@ -80,8 +80,6 @@ foreach (_tbb_component ${TBB_FIND_COMPO
|
|
add_library(TBB::${_tbb_component} SHARED IMPORTED)
|
|
|
|
get_filename_component(_tbb_include_dir "${_tbb_root}/@TBB_INC_REL_PATH@" ABSOLUTE)
|
|
- set_target_properties(TBB::${_tbb_component} PROPERTIES
|
|
- INTERFACE_INCLUDE_DIRECTORIES "${_tbb_include_dir}"@TBB_COMPILE_DEFINITIONS@)
|
|
unset(_tbb_current_realpath)
|
|
unset(_tbb_include_dir)
|
|
|