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'
|
tty.msg('Successfully installed %s from binary cache'
|
||||||
% self.name)
|
% self.name)
|
||||||
print_pkg(self.prefix)
|
print_pkg(self.prefix)
|
||||||
|
spack.hooks.post_install(self.spec)
|
||||||
return
|
return
|
||||||
|
|
||||||
tty.msg('No binary for %s found: installing from source'
|
tty.msg('No binary for %s found: installing from source'
|
||||||
|
Loading…
Reference in New Issue
Block a user