conquest: fix usage of fftw-api (#50285)
Allows compiling with another fftw-api provider than FFTW.
This commit is contained in:
parent
4cab31323c
commit
f665f4c41b
@ -75,7 +75,7 @@ def edit(self, spec, prefix):
|
||||
|
||||
lapack_ld = self.spec["lapack"].libs.ld_flags
|
||||
blas_ld = self.spec["blas"].libs.ld_flags
|
||||
fftw_ld = self.spec["fftw"].libs.ld_flags
|
||||
fftw_ld = self.spec["fftw-api"].libs.ld_flags
|
||||
libxc_ld = self.spec["libxc"].libs.ld_flags
|
||||
|
||||
# Starting from 1.3 there's automated logic in the Makefile that picks
|
||||
|
Loading…
Reference in New Issue
Block a user