Dirk Mueller
5054a0acde
- Allow gcc11 - Add tbb-pr609-32bit-mwaitpkg.patch gh#oneapi-src/oneTBB#609 * fixes 32-bit build with gcc11 - Only run ctest when --with test is given - Update to version 2021.4 * Large release notes since 2020.3: https://software.intel.com/content/www/us/en/develop/articles/intel-oneapi-threading-building-blocks-release-notes.html - Drop python2 package - Drop patches: * disable-irml.patch -- install the library * optflags.patch -- build system change * reproducible.patch -- build system change - Refresh cmake-remove-include-path.patch - Add libirml subpackage for python module - Add libtbbbind library package for NUMA support OBS-URL: https://build.opensuse.org/request/show/924165 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tbb?expand=0&rev=70
14 lines
727 B
Diff
14 lines
727 B
Diff
Index: oneTBB-2021.3.0/cmake/templates/TBBConfig.cmake.in
|
|
===================================================================
|
|
--- oneTBB-2021.3.0.orig/cmake/templates/TBBConfig.cmake.in
|
|
+++ oneTBB-2021.3.0/cmake/templates/TBBConfig.cmake.in
|
|
@@ -58,8 +58,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)
|
|
|