We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8db9db9 commit 72eff64Copy full SHA for 72eff64
1 file changed
scripts/lc/install-from-dev-pkg.sh
@@ -24,7 +24,7 @@ echo $BUILD_ALLOC
24
25
mkdir -p $INSTALL_DIR
26
27
-./spheral/scripts/devtools/tpl-manager.py --spack-url $SPACK_URL --init-only --spec=none --no-upstream --spheral-spack-dir $INSTALL_DIR/spheral-spack-tpls
+./$SCRIPT_DIR/devtools/tpl-manager.py --spack-url $SPACK_URL --init-only --spec=none --no-upstream --spheral-spack-dir $INSTALL_DIR/spheral-spack-tpls
28
29
source $INSTALL_DIR/spheral-spack-tpls/spack/share/spack/setup-env.sh
30
spack bootstrap add --trust local-sources $PWD/resources/metadata/sources
0 commit comments