diff --git a/spack_setup.sh b/spack_setup.sh index 3b4990f0a24d92acd1d4891528e79a63c2688200..5311f42cdcd24de19d77147c9b9fa88e2fec1fe1 100755 --- a/spack_setup.sh +++ b/spack_setup.sh @@ -7,7 +7,7 @@ set -E -o pipefail spack_git='https://github.com/mpsd-computational-science/spack.git' spack_git_ssh='git@github.com:mpsd-computational-science/spack.git' spack_branch='mpsd/v0.19_dev-23a' -system_compiler="gcc@10.2.1" +system_compiler="gcc" generic_arch="x86_64_v2" # default: spack cache is one level above pwd spack_cache=`realpath ../mpsd-spack-cache`