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

fix typo in installation script

parent 704cb5f6
Branches
No related tags found
No related merge requests found
...@@ -53,7 +53,7 @@ if [ $SYSTEMNAME == ebrainslab ] ...@@ -53,7 +53,7 @@ if [ $SYSTEMNAME == ebrainslab ]
then then
EBRAINS_SPACK_COMPILER=$(grep 'compiler' $EBRAINS_REPO/site-config/$SYSTEMNAME/packages.yaml | awk -F'[][]' '{ print $2 }') EBRAINS_SPACK_COMPILER=$(grep 'compiler' $EBRAINS_REPO/site-config/$SYSTEMNAME/packages.yaml | awk -F'[][]' '{ print $2 }')
spack compiler find spack compiler find
spack load $EBRAINS_SPACK_COMPILER || (spack install $EBRAINS_SPACK_COMPILER; spack load $EBRAINS_SPACK_COMPILER) spack load $EBRAINS_SPACK_COMPILER || { spack install $EBRAINS_SPACK_COMPILER; spack load $EBRAINS_SPACK_COMPILER; }
fi fi
spack compiler find spack compiler find
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment