Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not build with tbb 2021.4.0-1.1 on openSUSE_Tumbleweed #6181

Closed
stoecker opened this issue Dec 20, 2021 · 3 comments · Fixed by #6300
Closed

Does not build with tbb 2021.4.0-1.1 on openSUSE_Tumbleweed #6181

stoecker opened this issue Dec 20, 2021 · 3 comments · Fixed by #6300

Comments

@stoecker
Copy link

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.

@vklachkov
Copy link

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

@stoecker
Copy link
Author

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

@SiarheiFedartsou
Copy link
Member

Yes, we are planning it (see #6325), but not sure when it will happen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants