open-mpi / ompi

Open MPI main development repository
https://www.open-mpi.org
Other
2.07k stars 844 forks source link

v5.0.x: wrappers: install the pkgconfig scripts better #12628

Closed jsquyres closed 2 weeks ago

jsquyres commented 2 weeks ago

Whenever we're installing binaries, install the pkgconfig scripts. Remove the AM conditional logic from deep inside other conditionals and just make it standalone at the top of the file (because installing the .pc files really does not depend on whether we're installing the script wrappers or binary wrappers).

Signed-off-by: Jeff Squyres jeff@squyres.com (cherry picked from commit 25bf9e4f320652a7a70c8d234113dfe3926504ad)

This is the v5.0.x PR corresponding to main PR #12627 Also fixes #12609