print out debug information about which specs are applying which constraints
This commit is contained in:
parent
94e694b19f
commit
ccd65895a6
1 changed files with 2 additions and 0 deletions
|
@ -2584,6 +2584,8 @@ def _merge_dependency(
|
|||
else:
|
||||
# merge package/vdep information into spec
|
||||
try:
|
||||
tty.debug(
|
||||
"{0} applying constraint {1}".format(self.name, str(dep)))
|
||||
changed |= spec_deps[dep.name].constrain(dep)
|
||||
except spack.error.UnsatisfiableSpecError as e:
|
||||
fmt = 'An unsatisfiable {0}'.format(e.constraint_type)
|
||||
|
|
Loading…
Reference in a new issue