diff options
author | Brian Van Essen <vanessen1@llnl.gov> | 2022-06-17 16:52:06 -0500 |
---|---|---|
committer | Massimiliano Culpo <massimiliano.culpo@gmail.com> | 2022-07-20 08:10:41 +0200 |
commit | b3e9abc72a181642235104d4c2784ac95acdcb02 (patch) | |
tree | 019eb6c985a1496be96b6f0577b93d1eec1e18c9 /.codecov.yml | |
parent | 488a513109ffda96e9b334f84e2c1a177e79b088 (diff) | |
download | spack-b3e9abc72a181642235104d4c2784ac95acdcb02.tar.gz spack-b3e9abc72a181642235104d4c2784ac95acdcb02.tar.bz2 spack-b3e9abc72a181642235104d4c2784ac95acdcb02.tar.xz spack-b3e9abc72a181642235104d4c2784ac95acdcb02.zip |
Bugfix external find --all for libraries (#31186)
* Fixed a bug in the 'external find --all' command where the call failed
to find packages by both executable and library. The bug was that the
call `path.all_packages()` incorrectly turned the variable
`packages_to_check` into a generator rather than keeping it a list.
Thus the second call to `detection.by_library` had no work to do.
* Fixed the help message for the find external and compiler commands as
well as others that used the `scopes_metavar` field to define where
the results should be stored in configuration space. Specifically,
the fact that configuration could be added to the environment was not
mentioned in the help message.
Diffstat (limited to '.codecov.yml')
0 files changed, 0 insertions, 0 deletions