You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This probably also affects other CMake versions, like CMake-3.31.3-GCCcore-14.2.0.eb, CMake-3.31.8-GCCcore-14.3.0.eb, CMake-4.2.1-GCCcore-15.2.0.eb and CMake-3.31.11-GCCcore-15.2.0.eb, right?
This probably also affects other CMake versions, like CMake-3.31.3-GCCcore-14.2.0.eb, CMake-3.31.8-GCCcore-14.3.0.eb, CMake-4.2.1-GCCcore-15.2.0.eb and CMake-3.31.11-GCCcore-15.2.0.eb, right?
This warning was not emitted by GCC prior to 14.3.0 and I can confirm CMake/3.29.3-GCCcore-13.3.0 and CMake/3.31.3-GCCcore-14.2.0 do not need this patch. I assume CMake-3.31.8-GCCcore-14.3.0.eb would indeed also be affected. Not sure about CMake-4.2.1-GCCcore-15.2.0.eb and CMake-3.31.11-GCCcore-15.2.0.eb.
This probably also affects other CMake versions, like CMake-3.31.3-GCCcore-14.2.0.eb, CMake-3.31.8-GCCcore-14.3.0.eb, CMake-4.2.1-GCCcore-15.2.0.eb and CMake-3.31.11-GCCcore-15.2.0.eb, right?
In 649546c, all version I believe to be affected are patched.
Test report by @Micket SUCCESS
Build succeeded for 4 out of 4 (total: 41 mins 17 secs) (4 easyconfigs in total)
vera-icelake-build - Linux Rocky Linux 9.6, x86_64, Intel(R) Xeon(R) Silver 4316 CPU @ 2.30GHz, Python 3.9.21
See https://gist.github.com/Micket/8dd708fab7819f3e242005945d259a74 for a full test report.
boegel
changed the title
Ignore warning about avx10.1 when configuring CMake
add patch to ignore warning about avx10.1 when configuring for recent CMake easyconfigs
Jun 17, 2026
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
2025bissues & PRs related to 2025b common toolchains2026.1issues & PRs related to 2026.1 common toolchainsbug fix
4 participants
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 configure step of
CMake-4.0.3-GCCcore-14.3.0.ebfails on Intel GraniteRapids CPUs, see https://gitlab.kitware.com/cmake/cmake/-/work_items/27745 for a description of the problem and the solution proposed in this PR.(created using
eb --new-pr)