This fixes the problem described in #3374, which describes `spack find` ignore explicit/implicit. I believe that this was broken in #2626. This restores the behavior of implicit/explicit for me. I believe that it does not screw anything else up, but ....
This commit is contained in:
parent
657110f9d7
commit
9b5f5fccf0
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ def _specs(self, **kwargs):
|
||||||
|
|
||||||
# return everything for an empty query.
|
# return everything for an empty query.
|
||||||
if not qspecs:
|
if not qspecs:
|
||||||
return spack.store.db.query()
|
return spack.store.db.query(**kwargs)
|
||||||
|
|
||||||
# Return only matching stuff otherwise.
|
# Return only matching stuff otherwise.
|
||||||
specs = set()
|
specs = set()
|
||||||
|
|
Loading…
Reference in a new issue