Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasjucker committed Dec 5, 2024
1 parent 57010f3 commit cb59d55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
13 changes: 2 additions & 11 deletions repos/c2sm/packages/icon-exclaim/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion repos/c2sm/packages/py-gt4py/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)

import os
from spack import *


Expand Down

0 comments on commit cb59d55

Please sign in to comment.