Branch: refs/heads/master
Revision: 075b1ad
Author: daviditen
Log Message:
Merge pull request #16765 from daviditen/libfabric-false-alias
Hard-code aliases into third-party-pkgs along with their env-var names
[reviewed by @mppf]
Since multiple packages can use the ‘bundled’ name for their setting type,
we need to pay attention to both the env-var name and the value. Hard-code
a list of varname-value pairs to map to directories instead of pulling them
out of third-party/*/Makefile.include. Look them up based on varname-value.
Modified Files:
R third-party/llvm/Makefile.include
M third-party/libfabric/Makefile.include
M third-party/qthread/Makefile.include
M util/chplenv/third-party-pkgs
Compare: https://github.com/chapel-lang/chapel/compare/409d71b5f3a2...075b1ad6d4d0