open-mpi / ompi

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

wrappers: install the pkgconfig scripts better #12627

Closed jsquyres closed 3 months ago

jsquyres commented 3 months 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).

Refs #12609.