-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
57010f3
commit cb59d55
Showing
2 changed files
with
3 additions
and
12 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
|
@@ -16,23 +16,14 @@ def validate_variant_dsl(pkg, name, value): | |
|
||
|
||
class IconExclaim(IconC2sm): | ||
git = 'git@gitlab.dkrz.de:icon/icon.git' | ||
git='git@github.com:C2SM/icon-exclaim.git', | ||
|
||
maintainers('jonasjucker', 'huppd') | ||
|
||
version('exclaim-master', | ||
branch='master', | ||
git='[email protected]:C2SM/icon-exclaim.git', | ||
submodules=True) | ||
version('exclaim', | ||
version('icon-dsl', | ||
branch='icon-dsl', | ||
git='[email protected]:C2SM/icon-exclaim.git', | ||
submodules=True) | ||
|
||
# The variants' default follow those of ICON | ||
# as described here | ||
# https://gitlab.dkrz.de/icon/icon/-/blob/icon-2024.01/configure?ref_type=tags#L1492-1638 | ||
|
||
# EXCLAIM-GT4Py specific features: | ||
dsl_values = ('substitute', 'verify', 'serialize', 'fused', 'nvtx', 'lam') | ||
variant('dsl', | ||
|
This file contains 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