From f9becb6d7bb477d6e3a3fb75a3eac16a0f81456f Mon Sep 17 00:00:00 2001
From: Eleni Mathioulaki <emathioulaki@athenarc.gr>
Date: Mon, 7 Oct 2024 16:54:14 +0200
Subject: [PATCH] [DO-NOT-MERGE]

---
 install_spack_env.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install_spack_env.sh b/install_spack_env.sh
index ffd37529..8271e723 100644
--- a/install_spack_env.sh
+++ b/install_spack_env.sh
@@ -79,7 +79,7 @@ spack env activate --without-view $EBRAINS_SPACK_ENV
 spack env view disable
 
 # fetch all sources
-spack --verbose concretize -j$SPACK_JOBS --force --fresh --test root
+spack --debug concretize -j$SPACK_JOBS --force --fresh --test root
 spack-python -c "exit(not len(spack.environment.active_environment().uninstalled_specs()))" && spack fetch --dependencies --missing
 
 # install the environment, use 2 jobs to reduce the amount of required RAM
-- 
GitLab