professor: fix style
This commit is contained in:
parent
5b3d0cc67d
commit
910031d927
@ -65,7 +65,7 @@ def configure(self):
|
|||||||
|
|
||||||
def install(self, spec, prefix):
|
def install(self, spec, prefix):
|
||||||
with working_dir(self.stage.source_path):
|
with working_dir(self.stage.source_path):
|
||||||
# Makefile sets PROF_ROOT to PWD but that is not set for root user in CI
|
# Makefile sets PROF_ROOT to PWD but that is not set for root user in CI
|
||||||
with spack.util.environment.set_env(PWD=self.stage.source_path):
|
with spack.util.environment.set_env(PWD=self.stage.source_path):
|
||||||
make()
|
make()
|
||||||
make(f"PREFIX={prefix}", "install")
|
make(f"PREFIX={prefix}", "install")
|
||||||
|
Loading…
Reference in New Issue
Block a user