siesta: remove link args on a non-declared dependency (#46080)
This commit is contained in:
parent
141cdb6810
commit
a546441d2e
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user