Missing dependency for 'cdo'. (#6175)

This commit is contained in:
Sergey Kosukhin 2017-11-08 21:55:57 +01:00 committed by Christoph Junghans
parent ed00757265
commit c7a855ba57

View file

@ -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')