spack/lib/spack
Tim Fuller 5bc15b2d9a 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".
2019-07-12 17:46:47 -07:00
..
docs Rename build logs and make names consistent (#11806) 2019-07-11 13:32:06 -07:00
env Add Fujitsu compiler to Spack. (#11287) 2019-05-21 20:31:14 -05:00
external copyright: update license headers for 2013-2019 copyright. 2019-01-01 00:44:28 -08:00
llnl find_libraries searches lib and lib64 before prefix (#11958) 2019-07-12 17:46:47 -07:00
spack find_libraries searches lib and lib64 before prefix (#11958) 2019-07-12 17:46:47 -07:00