From b772cf1b48cd5da6dd0b490c13aaf85c23ed8a44 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Oriol=20Tint=C3=B3?= <oriol.tinto@lmu.de>
Date: Thu, 23 Mar 2023 12:10:40 +0100
Subject: [PATCH] Use capital keys.

---
 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 df0a35e..bec0d49 100644
--- a/conf/common/build.yml
+++ b/conf/common/build.yml
@@ -9,7 +9,7 @@ spack:
   root: "%HPCROOTDIR%/spack" # path to a spack install, will be downloaded to if not present
   user_cache_path: "%HPCROOTDIR%/spack_user_cache_path" # spack puts data here when bootstrapping, leave empty to use home folder
   disable_local_config: true # if false, spack install into home folder
-  build_cmd: "icon-nwp@%icon.version% ^openmpi+pmi+legacylaunchers schedulers=slurm fabrics=ucx ucx+dc+dm+ib_hw_tm+mlx5_dv+rc+rdmacm+thread_multiple+ud+verbs ^gettext@0.20.2 ^%spack.compiler%"
+  build_cmd: "icon-nwp@%ICON.VERSION% ^openmpi+pmi+legacylaunchers schedulers=slurm fabrics=ucx ucx+dc+dm+ib_hw_tm+mlx5_dv+rc+rdmacm+thread_multiple+ud+verbs ^gettext@0.20.2 ^%SPACK.COMPILER%"
 
 python_environment:
   # Name of the virtual environment in the remote platform experiment folder
-- 
GitLab