abinit: fix dependency on fftw (#14739)

fixes #14578

Abinit's recipe requires double precision FFTW libraries
This commit is contained in:
Massimiliano Culpo 2020-02-04 15:29:21 +01:00 committed by GitHub
parent 0ec9377852
commit 1bbe0a1f74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,7 +71,7 @@ class Abinit(AutotoolsPackage):
# depends_on('elpa~openmp', when='+elpa+mpi~openmp') # depends_on('elpa~openmp', when='+elpa+mpi~openmp')
# depends_on('elpa+openmp', when='+elpa+mpi+openmp') # depends_on('elpa+openmp', when='+elpa+mpi+openmp')
depends_on('fftw precision=float') depends_on('fftw precision=float,double')
depends_on('fftw~openmp', when='~openmp') depends_on('fftw~openmp', when='~openmp')
depends_on('fftw+openmp', when='+openmp') depends_on('fftw+openmp', when='+openmp')