From 42243903bc9a6c522ae5606c03872d87928e1275 Mon Sep 17 00:00:00 2001 From: iamashwin99 <ashwin-kumar.karnad@mpsd.mpg.de> Date: Mon, 19 Jun 2023 13:29:40 +0200 Subject: [PATCH] use gcc in general instead of a specific version --- spack_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spack_setup.sh b/spack_setup.sh index 3b4990f..5311f42 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` -- GitLab