From adbb47974312b816eb99d7cadf8449d2ddd9b638 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Oriol=20Tint=C3=B3?= <oriol.tinto@lmu.de>
Date: Wed, 13 Sep 2023 15:03:30 +0200
Subject: [PATCH] Adding %^ for dependant configuration variables

---
 conf/common/build.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/conf/common/build.yml b/conf/common/build.yml
index 0c5b556..903a187 100644
--- a/conf/common/build.yml
+++ b/conf/common/build.yml
@@ -14,7 +14,7 @@ spack:
 
 icon:
   # The command that will be used to build icon-nwp with spack
-  build_cmd: "icon-nwp@%ICON.VERSION%% %SPACK.COMPILER%"
+  build_cmd: "icon-nwp@%^ICON.VERSION%% %^SPACK.COMPILER%"
   # In LRZ we used the following command to point to a specific versio of openmpi:
   # build_cmd: "icon-nwp@%ICON.VERSION%% %SPACK.COMPILER% ^openmpi/amct7nx"
   # In LMU we used the following command to build the appropriate a version of openmpi works with slurm:
@@ -32,7 +32,7 @@ icon:
   version: master # The latest release at the moment of creating this file was 2.6.5-nwp0
 
 dwdicontools:
-  build_cmd: "dwd-icon-tools% %SPACK.COMPILER%"
+  build_cmd: "dwd-icon-tools% %^SPACK.COMPILER%"
   load_cmd: build_cmd
 
 
-- 
GitLab