-
Notifications
You must be signed in to change notification settings - Fork 102
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
Linking broken on macOS with GCC: RAJA::TypedIndexSet symbols are undefined #1431
Comments
At the same time, static lib builds fine. Only dynamic fails to link. |
Tests are still broken though:
|
Still broken on 2023.06.0:
|
And the problem is general: removing integration tests from the build, I get subsequent similar errors:
|
@rhornung67 @rchen20 @mdavis36 Could someone address this please? |
Dynamic lib build also fails with 2023.06.0, like before, with all the same errors. |
As you can see, those specific symbols are actually missing in built objects:
|
This
$non_lazy_ptr
issue is known to happen every once in a while with GCC 12.2.0, however on every other instance GCC 11.3.0 worked fine. This is the first case where both fail identically, and MPI wrapper also fails.The text was updated successfully, but these errors were encountered: