abinit: fix dependency on fftw (#14739)
fixes #14578 Abinit's recipe requires double precision FFTW libraries
This commit is contained in:
parent
0ec9377852
commit
1bbe0a1f74
@ -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')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user