From b54fca79a40044ea4eb2721d502a3f3d180ea67b Mon Sep 17 00:00:00 2001
From: "Fabian.Jakub" <fabian@jakub.com>
Date: Fri, 24 Mar 2023 13:58:44 +0100
Subject: [PATCH] change default setting for spack disable_local_config to
 false and icon branch to master

---
 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 9b3cedb..4b95d6a 100644
--- a/conf/common/build.yml
+++ b/conf/common/build.yml
@@ -9,11 +9,11 @@ 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
   user_config_path: "%HPCROOTDIR%/spack_user_config_path" # spack puts data here when bootstrapping, leave empty to use home folder
-  disable_local_config: true # if false, spack install into home folder
+  disable_local_config: false # if true, spack installs into spack source dir
 
 icon:
   build_cmd: "icon-nwp@%ICON.VERSION%% %SPACK.COMPILER% target=x86_64_v2 ^openmpi+pmi+legacylaunchers schedulers=slurm fabrics=ucx ucx+dc+dm+ib_hw_tm+mlx5_dv+rc+rdmacm+thread_multiple+ud+verbs"
-  version: 2.6.5-nwp0
+  version: master
 
 python_environment:
   # Name of the virtual environment in the remote platform experiment folder
-- 
GitLab