spack/lib/spack
Brian Van Essen 29da99427e
"spack external find": also find library-only packages (#28005)
Update "spack external find --all" to also find library-only packages.
A Package can add a ".libraries" attribute, which is a list of regular
expressions to use to find libraries associated with the Package.
"spack external find --all" will search LD_LIBRARY_PATH for potential
libraries.

This PR adds examples for NCCL, RCCL, and hipblas packages. These
examples specify the suffix ".so" for the regular expressions used
to find libraries, so generally are only useful for detecting library
packages on Linux.
2022-04-01 13:30:10 -07:00
..
docs cmake: use CMAKE_INSTALL_RPATH_USE_LINK_PATH (#29703) 2022-03-29 12:24:10 -04:00
env Adding basic Windows features (#21259) 2022-03-17 09:01:01 -07:00
external Windows Support: Testing Suite integration 2022-03-17 09:01:01 -07:00
llnl "spack external find": also find library-only packages (#28005) 2022-04-01 13:30:10 -07:00
spack "spack external find": also find library-only packages (#28005) 2022-04-01 13:30:10 -07:00