Branch: refs/heads/master
Revision: 21e8b99
Author: gbtitus
Log Message:
Merge pull request #16210 from gbtitus/dont-set-LIBFABRIC_DIR-in-Shasta-module
Don’t set LIBFABRIC_DIR in the Shasta module.
(Reviewed by @ronawho.)
The system libfabric module for Shasta appears to have matured to the
point that we can depend on it to set PKG_CONFIG_PATH so that we can
always find libfabric. Therefore, stop setting LIBFABRIC_DIR, which we
were using to compensate for not having PKG_CONFIG_PATH.
As a side effect, this also solves a problem on some Shasta systems
where libfabric.so is in a …/lib64 directory but our util/chplenv
scripts were searching $LIBFABRIC_DIR/lib.
Modified Files:
M util/build_configs/cray-internal/generate-modulefile.bash
Compare: https://github.com/chapel-lang/chapel/compare/a9bc1c438799...21e8b99cfff4