w3nco: Fix for gcc@14#55
Merged
Merged
Conversation
Co-authored-by: Wouter Deconinck <wdconinc@gmail.com>
Contributor
|
Looks like container issue with the windows build. |
Contributor
|
Let's see if |
tldahlgren
approved these changes
Jul 7, 2025
G-Ragghianti
pushed a commit
to G-Ragghianti/spack-packages
that referenced
this pull request
Jul 9, 2025
* w3nco: Fix for gcc@14 * Update var/spack/repos/spack_repo/builtin/packages/w3nco/package.py Co-authored-by: Wouter Deconinck <wdconinc@gmail.com> --------- Co-authored-by: Wouter Deconinck <wdconinc@gmail.com> Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>
mtaillefumier
pushed a commit
to mtaillefumier/spack-packages
that referenced
this pull request
Jul 16, 2025
* w3nco: Fix for gcc@14 * Update var/spack/repos/spack_repo/builtin/packages/w3nco/package.py Co-authored-by: Wouter Deconinck <wdconinc@gmail.com> --------- Co-authored-by: Wouter Deconinck <wdconinc@gmail.com> Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>
jezwilkinson
pushed a commit
to jezwilkinson/spack-packages
that referenced
this pull request
Jul 21, 2025
* w3nco: Fix for gcc@14 * Update var/spack/repos/spack_repo/builtin/packages/w3nco/package.py Co-authored-by: Wouter Deconinck <wdconinc@gmail.com> --------- Co-authored-by: Wouter Deconinck <wdconinc@gmail.com> Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>
climbfuji
added a commit
to climbfuji/spack-packages
that referenced
this pull request
Apr 28, 2026
New variant `fix_rt_linkage` for intel-oneapi-compilers to fix missing symbols in libimf.so/libirc.so (spack-packages spack#4092)
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.
Note
This PR was migrated from spack/spack#50821.
Testing with spack and GCC 14 found that
w3ncowas failing with:Since the recipe puts
-Wno-error=implicit-function-declarationfor other compilers, I addedgcc@14:NOTE: It's possible older GCC might also need this, but I only have GCC 14 around to test.