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

Update to TBB 2020 Update 3 #81

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

john-paulsmith
Copy link

Merge TBB 2020 Update 3 from the official repo. Also, std_thread_test does not compile on macOS 12 and has been commented out as it is deprecated.

john-paulsmith and others added 6 commits May 9, 2022 17:09
std_thread_test doesn’t compile with the macOS 12 SDK due to conflicts with the native std::thread implementation. As this functionality is deprecated anyway, just disable the test.
…r with different allocator type"

The function is deprecated, so removal should not pose a problem.

This fixes a compiler error in Visual Studio 2017
The explicit invocation of ${CMAKE_CXX_COMPILER} to generate lists of
exported symbols was not taking into account the target architecture;
instead it would inherit whatever architecture was running the actual
build process. This could cause missing symbol errors when building the
macOS arm64 target from an x86_64 shell session.
There was a quoting error in fd76ffb which meant the space between -arch
and the architecture was escaped. Also this commit adds the stdlib
argument to suppress a warning about the failure to find libstdc++, which
has not been available on macOS for some time.
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 this pull request may close these issues.

3 participants