summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/feature_request.yml
diff options
context:
space:
mode:
authorBrian Van Essen <vanessen1@llnl.gov>2022-06-17 16:52:06 -0500
committerGitHub <noreply@github.com>2022-06-17 21:52:06 +0000
commit15c35a3cff138c3777d756b61ec1940883260d20 (patch)
treec5b3e5c34b1b6b13e68a5736d019425e75262a68 /.github/ISSUE_TEMPLATE/feature_request.yml
parent249c90f909e4ba21047271b247304caa3f2251d8 (diff)
downloadspack-15c35a3cff138c3777d756b61ec1940883260d20.tar.gz
spack-15c35a3cff138c3777d756b61ec1940883260d20.tar.bz2
spack-15c35a3cff138c3777d756b61ec1940883260d20.tar.xz
spack-15c35a3cff138c3777d756b61ec1940883260d20.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 '.github/ISSUE_TEMPLATE/feature_request.yml')
0 files changed, 0 insertions, 0 deletions