fix build with adios2 v2.11.0 - #4004
Merged
Merged
Conversation
Contributor
Author
|
either commits will fix build with adios2 v2.11.0 note adios2 v2.11.0 make alias interface cxx11_mpi to cxx_mpi when we explicity require the MPI component in finding adios2. see adios2-config-common.cmake |
Contributor
|
New ADIOS version also breaks current spack |
Contributor
|
Can you bump to |
schnellerhase
approved these changes
Nov 26, 2025
The target cxx11_mpi has been renamed to cxx_mpi since adios2 v2.11.
Contributor
jhale
enabled auto-merge
November 27, 2025 08:28
Member
|
This should probably be backported, otherwise we'll need to deal with huge numbers of build errors for DOLFINx v0.10. |
Contributor
Author
|
Hi, do you have plan to publish a post release with this patch backported? |
jhale
added a commit
that referenced
this pull request
Nov 27, 2025
* fix build with adios2 v2.11 The target cxx11_mpi has been renamed to cxx_mpi since adios2 v2.11. * find adios2 with component MPI * BUMP adios2 to 2.11.0 * Small tweaks --------- Co-authored-by: Paul T. Kühner <56360279+schnellerhase@users.noreply.github.com> Co-authored-by: Jack S. Hale <mail@jackhale.co.uk>
Member
|
Yes, it's done - checkout tag |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The target cxx11_mpi has been renamed to cxx_mpi since adios2 v2.11.0.