Skip to content

Commit

Permalink
Icontools: Remove version restriction of eccodes (#1014)
Browse files Browse the repository at this point in the history
  • Loading branch information
dominichofer authored Nov 11, 2024
1 parent 9f09a47 commit ba82f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repos/c2sm/packages/icontools/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class Icontools(AutotoolsPackage):
'mpi',
type=('build', 'link', 'run'),
)
depends_on('eccodes@2.19.0 +fortran ~aec', type=('build', 'link', 'run'))
depends_on('eccodes +fortran ~aec', type=('build', 'link', 'run'))
depends_on('[email protected]', type=('build', 'link'))

variant(
Expand Down

0 comments on commit ba82f8f

Please sign in to comment.