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

fix: fix README

parent 0012fee9
No related branches found
No related tags found
No related merge requests found
...@@ -40,7 +40,7 @@ git clone --branch {branch-name} https://gitlab.ebrains.eu/ri/tech-hub/platform/ ...@@ -40,7 +40,7 @@ git clone --branch {branch-name} https://gitlab.ebrains.eu/ri/tech-hub/platform/
Clone Spack. We currently use version v0.21.1: 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 git clone --depth 1 -c advice.detachedHead=false -c feature.manyFiles=true --branch v0.21.1 https://github.com/spack/spack
``` ```
Activate Spack: Activate Spack:
...@@ -53,11 +53,6 @@ Add the project repository to your Spack environment: ...@@ -53,11 +53,6 @@ Add the project repository to your Spack environment:
spack repo add ebrains-spack-builds spack repo add ebrains-spack-builds
``` ```
Create the environment:
```
spack env create -d ebrains-spack-builds/
```
Define your site-specific configurations: Define your site-specific configurations:
``` ```
export SYSTEMNAME=<your-system-name> export SYSTEMNAME=<your-system-name>
......
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