Skip to content

Commit

Permalink
Provide path to dev_path option in tplmanager
Browse files Browse the repository at this point in the history
  • Loading branch information
ldowen committed May 10, 2024
1 parent 8200720 commit 2305448
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} install --fail-fast --fresh -u initconfig {1}@develop%{2} dev_path=./ 2>&1 | tee -a \"tpl-build-{2}-out.txt\"".format(spack_cmd, package_name, s))
sexe("{0} install --fail-fast --fresh -u initconfig {1}@develop%{2} dev_path={3} 2>&1 | tee -a \"tpl-build-{2}-out.txt\"".format(spack_cmd, package_name, s, project_dir))

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

0 comments on commit 2305448

Please sign in to comment.