spec: assign namespaces to the full dependency DAG
This commit is contained in:
parent
faa3d43d9c
commit
5d152edcaf
@ -1223,7 +1223,7 @@ def concretize(self):
|
|||||||
changed = any(changes)
|
changed = any(changes)
|
||||||
force = True
|
force = True
|
||||||
|
|
||||||
for s in self.traverse():
|
for s in self.traverse(deptype_query=alldeps):
|
||||||
# After concretizing, assign namespaces to anything left.
|
# After concretizing, assign namespaces to anything left.
|
||||||
# Note that this doesn't count as a "change". The repository
|
# Note that this doesn't count as a "change". The repository
|
||||||
# configuration is constant throughout a spack run, and
|
# configuration is constant throughout a spack run, and
|
||||||
|
Loading…
Reference in New Issue
Block a user