diff --git a/platforms/common/spack_utils.sh b/platforms/common/spack_utils.sh index 47132ebef01770726c42f20988a6b6ff11cea685..0c5e4eb98d352743207d747881db745d7da1c4e9 100644 --- a/platforms/common/spack_utils.sh +++ b/platforms/common/spack_utils.sh @@ -30,7 +30,7 @@ function _install_spack() { if [[ $(spack compiler info ${SPACK_COMPILER}) ]]; then echo "Found Compiler $(spack compiler info ${SPACK_COMPILER})" else - if $(spack location --install-dir ${SPACK_COMPILER}); then + if [[ $(spack location --install-dir ${SPACK_COMPILER}) ]]; then echo "found the compiler ${SPACK_COMPILER} as a spack package at $(spack location --install-dir $SPACK_COMPILER)" else echo "could not find compiler, will now try to install it... this may take a while"