-
Notifications
You must be signed in to change notification settings - Fork 4
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
Tests fail to build within Spack build environment #331
Comments
Matthew-Whitlock
added a commit
that referenced
this issue
Mar 21, 2024
Matthew-Whitlock
added a commit
that referenced
this issue
Mar 21, 2024
Matthew-Whitlock
added a commit
that referenced
this issue
Mar 27, 2024
Matthew-Whitlock
added a commit
that referenced
this issue
May 30, 2024
Matthew-Whitlock
added a commit
that referenced
this issue
Jun 5, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I get undefined references to things like pthread join, since the packages aren't explicitly linked to system threading libraries and Spack tries to disable any implicit linking by cleaning the environment.
CMake exposes the Threads package to figure out linking against whichever system threading is available.
The text was updated successfully, but these errors were encountered: