Fix failing fckit_test_shared_ptr with aocc by detecting compiler bug#80
Merged
Conversation
during configuration This does not actually fix the underlying compiler bug but rather disables a now known to fail check
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #80 +/- ##
===========================================
- Coverage 51.35% 51.07% -0.28%
===========================================
Files 58 58
Lines 4812 4854 +42
Branches 449 453 +4
===========================================
+ Hits 2471 2479 +8
- Misses 2341 2375 +34 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
wdeconinck
added a commit
that referenced
this pull request
Feb 23, 2026
* hotfix/0.14.2: Version 0.14.2 Replace use of deprecated Library::lookup (#84) Add fortran linker flag submitted by AMD for AOCC (and Classic Flang) (#82) Workaround for failing fckit_test_shared_ptr with aocc/nvhpc/intel by detecting compiler bugs (#80) FCKIT_VENV_INSTALL: add a new ecbuild feature to control the (#78) Add miniumum cmake version check in wheel download macro (#75)
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 PR addresses #79
This does not actually fix the underlying compiler bug but rather disables a now known to fail check.