Add RPC lib path to wrapper flags for HDF4 (#35628)
This commit is contained in:
parent
1b7cf171ce
commit
381f1b76a7
1 changed files with 1 additions and 0 deletions
|
@ -170,6 +170,7 @@ def configure_args(self):
|
|||
# We should not specify '--disable-hdf4-xdr' due to a bug in the
|
||||
# configure script.
|
||||
config_args.append("LIBS=%s" % self.spec["rpc"].libs.link_flags)
|
||||
config_args.append("LDFLAGS=%s" % self.spec["rpc"].libs.search_flags)
|
||||
|
||||
# https://github.com/Parallel-NetCDF/PnetCDF/issues/61
|
||||
if self.spec.satisfies("%gcc@10:"):
|
||||
|
|
Loading…
Reference in a new issue