cdo: switch to fftw-api (#21803)

This commit is contained in:
Sergey Kosukhin 2021-02-19 15:36:38 +01:00 committed by GitHub
parent 95fd9ff6c1
commit 2ca24a208a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,7 +71,7 @@ class Cdo(AutotoolsPackage):
depends_on('proj@:7', when='@1.9.7+proj')
depends_on('proj@5:', when='@1.9.8:+proj')
depends_on('curl', when='+curl')
depends_on('fftw@3:', when='+fftw3')
depends_on('fftw-api@3:', when='+fftw3')
depends_on('magics', when='+magics')
depends_on('uuid')