Branch: refs/heads/master
Revision: e5584b1
Author: gbtitus
Log Message:
Merge pull request #16605 from gbtitus/chpl-libfabric-fixes
Improve CHPL_LIBFABRIC handling.
(Reviewed by @ronawho.)
Make a couple of adjustments to the CHPL_LIBFABRIC handling. The main
change is to default to CHPL_LIBFABRIC=system whenever pkg-config exists
and can find a libfabric, on the assumption that a system one is more
likely to match up with the system’s characteristics than our bundled
one is. While here, also add CHPL_LIBFABRIC to the list of config vars
that can override our defaults, getting rid of an incorrect and annoying
but nevertheless harmless message during compilation.
Modified Files:
M util/chplenv/chpl_libfabric.py
M util/chplenv/overrides.py
M util/chplenv/utils.py
Compare: https://github.com/chapel-lang/chapel/compare/e43674ce127e...e5584b14ca06