-
Notifications
You must be signed in to change notification settings - Fork 320
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
Use official TBB v2021.8.0 release #126
Conversation
Strange… last time I've checked, cmake was not supported. But looks this is now supported. Terrific news! I agree that the static linking should be investigated separately given that there was such an easy fix for the upstream. I will debug the produced symbols for a bit and merge this afterward. |
@ahans When I run Have you seen this problem? On the CI looks to be working 🤔 , but this is now suspicious |
I don't know |
So to reproduce, just |
* Update custom flags for tbb build * Add lib64 to TBBHelper lib dirs Co-authored-by: Ignacio Vizzo <ignaciovizzo@gmail.com>
913911b
to
b814a7a
Compare
Alright, I was able to repro. Looks like on that RedHat-based distro libs go into |
5c4b35a
to
59e9961
Compare
Looks like I found a nicer way now. I guess |
Oh well, now the Ubuntu builds fail. Going back to listing both, |
@ahans Merging this so I can create a new release to debug the release pipeline after this change. Thanks again! |
The latest stable release seems to be working just fine?
I'm not sure if this fixes #113. The issue with using discouraged static linking is still open. But maybe worth creating an extra ticket for this?