Skip to content
Snippets Groups Projects
Commit 36a42d69 authored by adrianciu's avatar adrianciu Committed by Adrian Ciu
Browse files

esd-spack-installation: fixed concretization step

parent 4bb169ac
No related branches found
No related tags found
2 merge requests!7Dedal Release,!5Methods for caching; CLI
......@@ -14,7 +14,7 @@ class SpackManagerScratch(SpackManager):
force = '--force' if force else ''
if self.spack_env_exists():
run_command("bash", "-c",
f'source {self.spack_setup_script} && spack env activate -p {self.env_path} $$ spack concretize {force}',
f'source {self.spack_setup_script} && spack env activate -p {self.env_path} && spack concretize {force}',
check=True,
capture_output=True, text=True, logger=self.logger,
debug_msg=f'Concertization step for {self.env.env_name}',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment