binary packages: do post install hooks (#6269)

This commit is contained in:
becker33 2017-11-12 16:57:10 -08:00 committed by Todd Gamblin
parent 1ab703448d
commit b09341d861

View File

@ -1371,6 +1371,7 @@ def do_install(self,
tty.msg('Successfully installed %s from binary cache'
% self.name)
print_pkg(self.prefix)
spack.hooks.post_install(self.spec)
return
tty.msg('No binary for %s found: installing from source'