-
Notifications
You must be signed in to change notification settings - Fork 20
Update versions in ICON package and cleanup #1060
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
Merged
Merged
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
82ed2c2
update version
huppd aedba8a
update test version
huppd 39b7548
GitHub Action: Apply Pep8-formatting
invalid-email-address 896232e
rm maintainer
huppd 21d12f7
switch to balfrinew
huppd 377b2fd
fix balfrin test
huppd 97a687e
keep old versions
huppd c86d0e9
revert ew
huppd 309b0cb
fix working version
huppd c61cf13
rm py-icon4py
huppd 96738b7
reduce number of threads
huppd c08fcbf
rm gt4py and improve jenkins
huppd 656b755
Merge remote-tracking branch 'origin/main' into update_icon_versions
huppd File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -32,9 +32,25 @@ def check_variant_extra_config_args(extra_config_arg): | |
| class Icon(SpackIcon): | ||
| git = '[email protected]:icon/icon-nwp.git' | ||
|
|
||
| maintainers('jonasjucker', 'huppd') | ||
| maintainers('huppd') | ||
|
|
||
| version('develop', submodules=True) | ||
| version("icon-2025.10", | ||
| tag="icon-2025.10", | ||
| git='[email protected]:icon/icon.git', | ||
| submodules=True) | ||
| version("icon-2025.04-2", | ||
| tag="icon-2025.04-2", | ||
| git='[email protected]:icon/icon.git', | ||
| submodules=True) | ||
| version("icon-2025.04-1", | ||
| tag="icon-2025.04-1", | ||
| git='[email protected]:icon/icon.git', | ||
| submodules=True) | ||
| version("icon-2025.04", | ||
| tag="icon-2025.04", | ||
| git='[email protected]:icon/icon.git', | ||
| submodules=True) | ||
| version("2024.10", | ||
| tag="icon-2024.10", | ||
| git='[email protected]:icon/icon.git', | ||
|
|
@@ -43,6 +59,9 @@ class Icon(SpackIcon): | |
| tag="icon-2024.01-1", | ||
| git='[email protected]:icon/icon.git', | ||
| submodules=True) | ||
| version('2024.10-mch-1.0', tag='icon-2024.10-mch-1.0', submodules=True) | ||
| version('2024.01-mch-2.1', tag='icon-2024.01-mch-2.1', submodules=True) | ||
| version('2024.01-mch-2.0', tag='icon-2024.01-mch-2.0', submodules=True) | ||
| version('2.6.6-mch2b', tag='icon-nwp/icon-2.6.6-mch2b', submodules=True) | ||
| version('2.6.6-mch2a', tag='icon-nwp/icon-2.6.6-mch2a', submodules=True) | ||
| version('nwp-master', submodules=True) | ||
|
|
||
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
repos/c2sm/packages/py-gt4py/patches/functional/rm_cov_config_arg.patch
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.