-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update cosmo-eccodes-definitions versions to 2.36.0.3
This is used with eccodes 2.36.4 This is required to test v8 env on balfrin
- Loading branch information
Showing
1 changed file
with
6 additions
and
2 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 |
---|---|---|
|
@@ -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') | ||
|