From 17f49cab25507c3fde2fd100b554490e41d9eed3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Oriol=20Tint=C3=B3?= <oriol.tinto@lmu.de>
Date: Thu, 23 Mar 2023 13:42:15 +0100
Subject: [PATCH] Fix build command.

---
 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 bec0d49..7149a11 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%\%%SPACK.COMPILER% ^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 "
 
 python_environment:
   # Name of the virtual environment in the remote platform experiment folder
-- 
GitLab