conquest: fix usage of fftw-api (#50285)

Allows compiling with another fftw-api provider than FFTW.
This commit is contained in:
Rémi Lacroix
2025-05-05 09:18:06 +02:00
committed by GitHub
parent 4cab31323c
commit f665f4c41b

View File

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