siesta: remove link args on a non-declared dependency (#46080)
This commit is contained in:
		@@ -190,9 +190,6 @@ def edit(self, spec, prefix):
 | 
			
		||||
                                        spec["netcdf-fortran"].prefix
 | 
			
		||||
                                    )
 | 
			
		||||
                                )
 | 
			
		||||
                                libs_arg.append(
 | 
			
		||||
                                    "-L{0}/lib -lhdf5_fortran -lhdf5".format(spec["hdf5"].prefix)
 | 
			
		||||
                                )
 | 
			
		||||
 | 
			
		||||
                        if "+metis" in spec:
 | 
			
		||||
                            libs_arg.append("-L{0} -lmetis".format(self.spec["metis"].prefix.lib))
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user