Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CMake improve configure_reader.py script #2087

Merged

Conversation

islas
Copy link
Collaborator

@islas islas commented Aug 6, 2024

TYPE: enhancement

KEYWORDS: cmake, configuration

SOURCE: internal

DESCRIPTION OF CHANGES:
Problem:
In preparation for alternate core compilation, there is need for additional information from the stanzas. Some of these fields include extraneous information to cmake that must be filtered out. The previous version manually listed fields and values to sanitize, but this is brittle when accounting for all stanza types and configurations.

Solution:
Rather than hard-coding the sanitization of stanza fields to be consumed by cmake, a generalized approach is used to allow full use of stanza fields down the line.

@islas islas requested review from a team as code owners August 6, 2024 02:56
@islas
Copy link
Collaborator Author

islas commented Aug 6, 2024

Requires #2056, #2053, and #2086

amstokely
amstokely previously approved these changes Sep 19, 2024
Copy link
Collaborator

@amstokely amstokely left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

@islas islas force-pushed the cmake-improve-configure_reader branch from 5598e7c to 2c57c11 Compare October 14, 2024 22:58
@mgduda mgduda self-requested a review October 14, 2024 23:29
@amstokely amstokely self-requested a review October 14, 2024 23:53
@islas islas merged commit 5d9beb1 into wrf-model:release-v4.6.1 Oct 14, 2024
1 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants