From 8f914240fbd7abdd8fe1be26818ebda63ff583c1 Mon Sep 17 00:00:00 2001 From: Landon Owen Date: Fri, 31 May 2024 09:02:25 -0700 Subject: [PATCH] Update upstream directory again --- scripts/devtools/tpl-manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/devtools/tpl-manager.py b/scripts/devtools/tpl-manager.py index 079b48577..fa658f067 100755 --- a/scripts/devtools/tpl-manager.py +++ b/scripts/devtools/tpl-manager.py @@ -11,7 +11,7 @@ project_dir=os.path.abspath(os.path.join(os.path.realpath(__file__), "../../../")) default_spheral_spack_dir=os.path.join(os.getcwd(), "../spheral-spack-tpls") -default_upstream_dir="/usr/WS2/sduser/Spheral/spack_upstream/0.22/spack/opt/spack/__spack_path_placeholder__/__spack_path_placeholder__/__spack_path_placeholder__/__/" +default_upstream_dir="/usr/WS2/sduser/Spheral/spack_upstream/0.22/spack/opt/spack/__spack_path_placeholder__/__spack_path_placeholder__/__spack_path_p" uberenv_path = os.path.join(project_dir, "scripts/devtools/uberenv/uberenv.py") uberenv_project_json = os.path.join(os.getcwd(), ".uberenv_config.json")