We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ef83ae commit dc6c5d4Copy full SHA for dc6c5d4
buildsystem/spack/load_spack.sh
@@ -56,7 +56,7 @@ source $base/env.sh &&
56
57
# Use a directory based environment, and decorate command line
58
spack env create -d $SPACKENV $base/spack.yaml &&
59
- spack env activate -p $SPACKENV &&
+ #spack env activate -p $SPACKENV &&
60
61
# Print relevant spack config for sanity check of environment.
62
echo "spack configuration will be installed into $SPACK_INSTALL" &&
@@ -67,5 +67,5 @@ source $base/env.sh &&
67
68
# Print config if configured successfully
69
if [ $? -eq 0 ] && [ "$1" = "-v" ]; then
70
- spack config get config
+ spack -e $SPACKENV config get config
71
fi
0 commit comments