Missing dependency for 'cdo'. (#6175)
This commit is contained in:
parent
ed00757265
commit
c7a855ba57
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@ class Cdo(AutotoolsPackage):
|
|||
depends_on('curl', when='+curl')
|
||||
depends_on('fftw@3:', when='+fftw3')
|
||||
depends_on('magics', when='+magics')
|
||||
depends_on('libuuid')
|
||||
|
||||
conflicts('grib2=eccodes', when='@:1.8',
|
||||
msg='Eccodes is supported starting version 1.9.0')
|
||||
|
|
Loading…
Reference in a new issue