-
Notifications
You must be signed in to change notification settings - Fork 559
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
[HELICS] update to v3.6.0 #9967
Conversation
Going to look into the build errors. I suspect all of them are either going to need to use a newer version of CMake, and potentially bump up the minimum version of some other build dependencies (+ minium of c++17). |
The RISC-V failure here seems to be related to not linking atomics properly. Based on this other issue advancedtelematic/aktualizr#1427, it seems this can be solved by adding a linking statement to libatomic, or also it may be fixed in a newer GCC version, but that isn't as clear. |
For future reference, errors are
|
1984190
to
80ed1fc
Compare
In addition to |
Looks good. Thanks for making the patch. |
Update to the HELICS 3.6.0 release