nwchem: fix non-fftw fftw-api providers (#37442)
This commit is contained in:
parent
e43d4cfee0
commit
f345038317
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ def install(self, spec, prefix):
|
|||
|
||||
if "+fftw3" in spec:
|
||||
args.extend(["USE_FFTW3=y"])
|
||||
args.extend(["FFTW3_LIB=%s" % fftw.ld_flags])
|
||||
args.extend(["LIBFFTW3=%s" % fftw.ld_flags])
|
||||
args.extend(["FFTW3_INCLUDE={0}".format(spec["fftw-api"].prefix.include)])
|
||||
|
||||
with working_dir("src"):
|
||||
|
|
Loading…
Reference in a new issue