Add --disable-wrapper-runpath to openmpi when ~wrapper-rpath to avoid build time error. (#31221)

Co-authored-by: Nicholas Cameron Sly <sly1@rzalastor2.llnl.gov>
This commit is contained in:
Nicholas Sly 2022-06-22 15:57:55 -07:00 committed by GitHub
parent ef278c601c
commit c3fecfb103
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -816,6 +816,7 @@ def configure_args(self):
self.compiler.implicit_rpaths())])
else:
config_args.append('--disable-wrapper-rpath')
config_args.append('--disable-wrapper-runpath')
config_args.extend(self.enable_or_disable('mpi-cxx', variant='cxx'))
config_args.extend(self.enable_or_disable(