Skip to content

Commit

Permalink
Merge branch 'update/update_TPLs' of https://github.com/LLNL/spheral
Browse files Browse the repository at this point in the history
…into update/update_TPLs
  • Loading branch information
ldowen committed May 6, 2024
2 parents 5510a85 + 5036536 commit 0de82d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/devtools/tpl-manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def parse_spec_list(file_path):
#------------------------------
def build_spack(args):
print("~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~")
print("~~~~~ Building and Configuring Spack")
print("~~~~~ Configuring Spack")
print("~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~")
print("")
print("{0}".format(project_dir))
Expand Down Expand Up @@ -161,6 +161,7 @@ def build_deps(args):
for s in spec_list:
print("** SPEC : {0}".format(s))
spack_cmd=os.path.join(args.spheral_spack_dir, "spack/bin/spack")

# Optionally add a parallel job number for spack builds
if args.spack_jobs:
spack_cmd += " --jobs={0}".format(args.spack_jobs)
Expand Down

0 comments on commit 0de82d6

Please sign in to comment.