esmf: patch yaml-cpp for gcc@15#60
Merged
Merged
Conversation
theurich
approved these changes
Jun 6, 2025
tldahlgren
approved these changes
Jun 10, 2025
teabagk7
pushed a commit
to teabagk7/spack-packages
that referenced
this pull request
Jul 3, 2025
mtaillefumier
pushed a commit
to mtaillefumier/spack-packages
that referenced
this pull request
Jul 16, 2025
andrewdnolan
pushed a commit
to andrewdnolan/spack-packages
that referenced
this pull request
Jul 29, 2025
climbfuji
added a commit
to climbfuji/spack-packages
that referenced
this pull request
May 8, 2026
Bug fix in repos/spack_repo/builtin/packages/py_pyhdf/package.py for Intel oneAPI 2026.0.0
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.
This is a "by-hand" transfer of spack/spack#50667 to spack-packages. The
migrate-package-prsscript by @haampie didn't work for this because of a conflict.This PR adds a patch for
esmfwhen compiling with%gcc@15. The patch is applicable for esmf 8.5 to 8.8 (will be fixed in esmf 8.9, see esmf-org/esmf#404). I'm only applying it for%gcc@15though I think it's safe for every compiler.NOTE: I think this patch is not good for 8.4 and older, because the file in question,
src/prologue/yaml-cpp/src/emitterutils.cpp, changed from 8.4 to 8.5. But a patch for older versions would be simple if needed. (But I'm not apatchexpert so maybe it's smarter than I think.)