Skip to content

Commit

Permalink
spec: assign namespaces to the full dependency DAG
Browse files Browse the repository at this point in the history
  • Loading branch information
mathstuf committed Jul 14, 2016
1 parent faa3d43 commit 5d152ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/spack/spack/spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -1223,7 +1223,7 @@ def concretize(self):
changed = any(changes)
force = True

for s in self.traverse():
for s in self.traverse(deptype_query=alldeps):
# After concretizing, assign namespaces to anything left.
# Note that this doesn't count as a "change". The repository
# configuration is constant throughout a spack run, and
Expand Down

0 comments on commit 5d152ed

Please sign in to comment.