osrm-backend icon indicating copy to clipboard operation
osrm-backend copied to clipboard

Does not build with tbb 2021.4.0-1.1 on openSUSE_Tumbleweed

Open stoecker opened this issue 2 years ago • 1 comments

For the newer tbb a lot of filenames changed. FindTBB.cmake does not find it, because tbb/task_scheduler_init.h and tbb/tbb_stddef.h do no longer exist. When I patch CMAKE to use tbb/task.h and oneapi/tbb/version.h it fails in build with missing tbb/atomic.h in include/util/packed_vector.hpp.

stoecker avatar Dec 20 '21 13:12 stoecker

I have the same trouble on the latest Majaro Linux. After patching FindTBB.cmake, build fails on including atomic headers

vklachkov avatar Jan 14 '22 03:01 vklachkov

Is there a release planned in next time or should I think about building a patched version?

stoecker avatar Aug 24 '22 16:08 stoecker

Yes, we are planning it (see https://github.com/Project-OSRM/osrm-backend/issues/6325), but not sure when it will happen.

SiarheiFedartsou avatar Aug 24 '22 20:08 SiarheiFedartsou