Skip to content

Commit

Permalink
Added quiet flag to dev-build
Browse files Browse the repository at this point in the history
  • Loading branch information
ldowen committed May 17, 2024
1 parent 996c3d8 commit 8759506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/devtools/tpl-manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def build_deps(args):
sexe("{0} spec --fresh -IL {1}@develop%{2} 2>&1 | tee -a \"spec-info-{2}-out.txt\"".format(spack_cmd, package_name, s))

# Install only the dependencies for Spheral and create CMake configure file
sexe("{0} dev-build --fresh -u initconfig {1}@develop%{2} 2>&1 | tee -a \"tpl-build-{2}-out.txt\"".format(spack_cmd, package_name, s))
sexe("{0} dev-build -q --fresh -u initconfig {1}@develop%{2} 2>&1 | tee -a \"tpl-build-{2}-out.txt\"".format(spack_cmd, package_name, s))

if not args.no_clean:
sexe("rm -f spec-info-* tpl-build-* spack-build-* spack-configure-args.txt")
Expand Down

0 comments on commit 8759506

Please sign in to comment.