Skip to content
Snippets Groups Projects
Commit d99d6f11 authored by Eleni Mathioulaki's avatar Eleni Mathioulaki
Browse files

use Spack v0.21.1

parent 7421d8e6
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
```
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment