From 14c9cd5c4b1a8fb7e31a6b00c0eca95b78718931 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oriol=20Tint=C3=B3?= <oriol.tinto@lmu.de> Date: Fri, 21 Jul 2023 15:49:37 +0200 Subject: [PATCH] Using a fixed release of spack instead the development branch. --- conf/common/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/common/build.yml b/conf/common/build.yml index baa307e..0c5b556 100644 --- a/conf/common/build.yml +++ b/conf/common/build.yml @@ -2,7 +2,7 @@ spack: init: "" # command to load spack environment, e.g. module load spack, # use spack/setup-env.sh if empty url: https://github.com/spack/spack.git # url to download spack if necessary - branch: develop # if downloaded, branch name to use + branch: v0.20.1 # if downloaded, branch name to use externals: "" # list of packages we try to find with spack external find # In LMU we need to include slurm to this list. compiler: "gcc@12.2.0" # desired compiler for spack -- GitLab