do_install : use build_system_class attribute instead of type(self).__base__
This commit is contained in:
parent
c84123dce5
commit
8091a3d6cb
@ -1181,8 +1181,9 @@ def build_process():
|
||||
else:
|
||||
self.do_stage()
|
||||
|
||||
tty.msg("Building {0} [{1}]".format(
|
||||
self.name, type(self).__base__))
|
||||
tty.msg(
|
||||
'Building {0} [{1}]'.format(self.name, self.build_system_class)
|
||||
)
|
||||
|
||||
self.stage.keep = keep_stage
|
||||
self.build_directory = join_path(self.stage.path, 'spack-build')
|
||||
|
Loading…
Reference in New Issue
Block a user