diff options
author | Tim Fuller <tjfulle@sandia.gov> | 2019-07-12 18:46:47 -0600 |
---|---|---|
committer | Peter Scheibel <scheibel1@llnl.gov> | 2019-07-12 17:46:47 -0700 |
commit | 5bc15b2d9a061b37e55434edec6ae3954e95032b (patch) | |
tree | 36bf251deca6e10c983976e28c7a4728be557fba /.flake8_packages | |
parent | f1ce1dd163d498444be978bf18bb4289dde5f1c3 (diff) | |
download | spack-5bc15b2d9a061b37e55434edec6ae3954e95032b.tar.gz spack-5bc15b2d9a061b37e55434edec6ae3954e95032b.tar.bz2 spack-5bc15b2d9a061b37e55434edec6ae3954e95032b.tar.xz spack-5bc15b2d9a061b37e55434edec6ae3954e95032b.zip |
find_libraries searches lib and lib64 before prefix (#11958)
The default library search for a package checks the lib/ and lib64/
directories for libraries before the root prefix, in order to save
time when searching for libraries provided by externals (which e.g.
may have '/usr/' as their root).
This moves that logic into the "find_libraries" utility method so
packages implementing their own custom library search logic can
benefit from it.
This also updates packages which appear to be replicating this logic
exactly, replacing it with a single call to "find_libraries".
Diffstat (limited to '.flake8_packages')
0 files changed, 0 insertions, 0 deletions