nwchem: fix non-fftw fftw-api providers (#37442)
This commit is contained in:
		| @@ -100,7 +100,7 @@ def install(self, spec, prefix): | |||||||
| 
 | 
 | ||||||
|         if "+fftw3" in spec: |         if "+fftw3" in spec: | ||||||
|             args.extend(["USE_FFTW3=y"]) |             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)]) |             args.extend(["FFTW3_INCLUDE={0}".format(spec["fftw-api"].prefix.include)]) | ||||||
| 
 | 
 | ||||||
|         with working_dir("src"): |         with working_dir("src"): | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Carlos Bederián
					Carlos Bederián