ucx: fixes for gcc15 and conflict#115
Merged
johnwparent merged 8 commits intospack:developfrom Jul 3, 2025
Merged
Conversation
4 tasks
a8acb37 to
78ce18e
Compare
Contributor
Author
|
@spackbot fix style |
…ackages into package-fix/uxc-gcc15
johnwparent
reviewed
Jul 2, 2025
johnwparent
approved these changes
Jul 3, 2025
hppritcha
approved these changes
Jul 3, 2025
kshea21
pushed a commit
to kshea21/spack-packages
that referenced
this pull request
Jul 7, 2025
krb5, libpciaccess: * Improve flag handling to default to std gnu17 w/gcc15 to avoid compilation errors with gcc15 ucx: * conflict on gcc15 as it does not build
G-Ragghianti
pushed a commit
to G-Ragghianti/spack-packages
that referenced
this pull request
Jul 9, 2025
krb5, libpciaccess: * Improve flag handling to default to std gnu17 w/gcc15 to avoid compilation errors with gcc15 ucx: * conflict on gcc15 as it does not build
mtaillefumier
pushed a commit
to mtaillefumier/spack-packages
that referenced
this pull request
Jul 16, 2025
krb5, libpciaccess: * Improve flag handling to default to std gnu17 w/gcc15 to avoid compilation errors with gcc15 ucx: * conflict on gcc15 as it does not build
jezwilkinson
pushed a commit
to jezwilkinson/spack-packages
that referenced
this pull request
Jul 21, 2025
krb5, libpciaccess: * Improve flag handling to default to std gnu17 w/gcc15 to avoid compilation errors with gcc15 ucx: * conflict on gcc15 as it does not build
stubbiali
added a commit
to stubbiali/spack
that referenced
this pull request
Aug 27, 2025
jcfreeman2
pushed a commit
to DUNE-DAQ/daq-release
that referenced
this pull request
Dec 16, 2025
…pack-packages#115 which lets it build in newer versions of gcc
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.
gcc@15makes a breaking change by defaulting to-std=gnu23. ucx and friends don't compile (summarized here openucx/ucx#10589)This PR fixes
kerberosandlibpciaccessby ensuring c++17 is used. However, there does not appear to be a fix for ucx yet (probably needs to wait until (1.19.x), so this conflicts againstgcc@15for@:1.18Maintainers:
@hppritcha