Skip to content

Commit

Permalink
Update cosmo-eccodes-definitions versions to 2.36.0.3
Browse files Browse the repository at this point in the history
This is used with eccodes 2.36.4
This is required to test v8 env on balfrin
  • Loading branch information
lxavier committed Jan 15, 2025
1 parent ca2ba85 commit 8150572
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions repos/c2sm/packages/cosmo-eccodes-definitions/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,21 @@ class CosmoEccodesDefinitions(Package):
url = "https://github.com/COSMO-ORG/eccodes-cosmo-resources.git"
git = 'https://github.com/COSMO-ORG/eccodes-cosmo-resources.git'

maintainers = ['petrabaumann']
maintainers = ['huppd,lxavier']

version('2.36.0.3', tag='v2.36.0.3')
version('2.25.0.3', tag='v2.25.0.3')
version('2.25.0.2', tag='v2.25.0.2')
version('2.25.0.1', tag='v2.25.0.1')
version('2.18.0.1', tag='v2.18.0.1')

depends_on('eccodes')
depends_on('[email protected]',
type=('build', 'link', 'run'),
when='@2.36.0.3')
depends_on('[email protected]',
type=('build', 'link', 'run'),
when='@2.25.0.1:')
when='@2.25.0.1:2.25.0.3')
depends_on('[email protected]',
type=('build', 'link', 'run'),
when='@2.18.0.1')
Expand Down

0 comments on commit 8150572

Please sign in to comment.