From efa34d710d101c3565c4d232600760e9eeebc0f2 Mon Sep 17 00:00:00 2001 From: Eleni Mathioulaki <emathioulaki@athenarc.gr> Date: Thu, 28 Nov 2024 13:33:18 +0100 Subject: [PATCH] fix: revert Spack commit causing hanging concretizations --- 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 1a120459..2a9dbf9b 100644 --- a/install_spack_env.sh +++ b/install_spack_env.sh @@ -15,7 +15,7 @@ EBRAINS_SPACK_ENV=$5 # name of EBRAINS Spack environment to be created/updated UPSTREAM_INSTANCE=$6 # path to Spack instance to use as upstream (optional) SPACK_REPO=https://gitlab.ebrains.eu/ri/tech-hub/platform/esd/spack.git -SPACK_VERSION_EBRAINS=${SPACK_VERSION}_ebrains24.04 +SPACK_VERSION_EBRAINS=${SPACK_VERSION}_ebrains24.11 # specify location of .spack dir (by default in ~) # this is where cache and configuration settings are stored -- GitLab