Skip to content
Snippets Groups Projects
Commit 42243903 authored by Ashwin Kumar Karnad's avatar Ashwin Kumar Karnad
Browse files

use gcc in general instead of a specific version

parent aab46ba4
No related branches found
No related tags found
1 merge request!36Update releases branch with changes from 19/06 discussion
This commit is part of merge request !36. Comments created here will be created in the context of that merge request.
...@@ -7,7 +7,7 @@ set -E -o pipefail ...@@ -7,7 +7,7 @@ set -E -o pipefail
spack_git='https://github.com/mpsd-computational-science/spack.git' spack_git='https://github.com/mpsd-computational-science/spack.git'
spack_git_ssh='git@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' spack_branch='mpsd/v0.19_dev-23a'
system_compiler="gcc@10.2.1" system_compiler="gcc"
generic_arch="x86_64_v2" generic_arch="x86_64_v2"
# default: spack cache is one level above pwd # default: spack cache is one level above pwd
spack_cache=`realpath ../mpsd-spack-cache` spack_cache=`realpath ../mpsd-spack-cache`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment