Draft: Support newer TBB (incl. Intel oneAPI TBB)
Compare changes
Forwarded from https://github.com/key4hep/Gaudi/pull/3
Main changes:
TBBConfig.cmake
over the included FindTBB.cmake
moduletbb::spin_rw_mutex_v3
(FIXME: needs version check verification)tbb/tbb_stddef.h
was removed from recent versionstbb::task_arena
must now be constructed with the threadpool size, so we use a shared_ptr
Status:
This should fix #270 (closed)