nwchem: make sure to link both single and double precision fftw libraries. (#39333)
With the previous version of the recipe I would get linking errors due to missing `-lfftw3f`. Co-authored-by: Cristian Di Pietrantonio <cdipietrantonio@pawsey.org.au>
This commit is contained in:
		 Cristian Di Pietrantonio
					Cristian Di Pietrantonio
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							bdca875eb3
						
					
				
				
					commit
					f6013114eb
				
			| @@ -59,7 +59,7 @@ def install(self, spec, prefix): | |||||||
|         scalapack = spec["scalapack"].libs |         scalapack = spec["scalapack"].libs | ||||||
|         lapack = spec["lapack"].libs |         lapack = spec["lapack"].libs | ||||||
|         blas = spec["blas"].libs |         blas = spec["blas"].libs | ||||||
|         fftw = spec["fftw-api"].libs |         fftw = spec["fftw-api:double,float"].libs | ||||||
|         # see https://nwchemgit.github.io/Compiling-NWChem.html |         # see https://nwchemgit.github.io/Compiling-NWChem.html | ||||||
|         args = [] |         args = [] | ||||||
|         args.extend( |         args.extend( | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user