binary packages: do post install hooks (#6269)
This commit is contained in:
parent
1ab703448d
commit
b09341d861
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user