From d99d6f11cba26b663446e3f2e5a8769502d32d5d Mon Sep 17 00:00:00 2001
From: Eleni Mathioulaki <emathioulaki@athenarc.gr>
Date: Sat, 10 Feb 2024 21:46:28 +0100
Subject: [PATCH] use Spack v0.21.1

---
 .gitlab-ci.yml | 4 ++--
 README.md      | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index eb05c46a..8c3a6e57 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,8 +5,8 @@ stages:
 variables:
   BUILD_ENV_DOCKER_IMAGE: docker-registry.ebrains.eu/tc/ebrains-spack-build-env/okd:okd_23.06
   GITLAB_BUILD_ENV_DOCKER_IMAGE: docker-registry.ebrains.eu/tc/ebrains-spack-build-env/gitlab_runners_nfs:gitlab_runners_nfs_23.06
-  SPACK_VERSION: v0.20.0
-  SPACK_PATH_GITLAB: /mnt/spack_v0.20.0
+  SPACK_VERSION: v0.21.1
+  SPACK_PATH_GITLAB: /mnt/spack_v0.21.1
   SYSTEMNAME: ebrainslab
 
 # start an OpenShift Job that will build the Spack environment
diff --git a/README.md b/README.md
index 6d29458e..bda3ff5d 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,7 @@ Clone this repository. You can use the `ebrains-yy-mm` branches to install the E
 git clone --branch {branch-name} https://gitlab.ebrains.eu/technical-coordination/project-internal/devops/platform/ebrains-spack-builds.git
 ```
 
-Clone Spack. We currently use version v0.20.0:
+Clone Spack. We currently use version v0.21.1:
 ```
 git clone --depth 1 -c advice.detachedHead=false -c feature.manyFiles=true --branch v0.20.0 https://github.com/spack/spack
 ```
-- 
GitLab