FIX: change installation prefix to match actual scheme

This commit is contained in:
Germann Elsa Sylvia
2022-08-11 16:59:57 +02:00
parent 9300d41770
commit 4f0506fc36

View File

@ -2,4 +2,5 @@ config:
install_tree: install_tree:
root: /afs/psi.ch/sys/spack-rhel7 root: /afs/psi.ch/sys/spack-rhel7
projections: projections:
all: "${COMPILERNAME}/${COMPILERVER}/${PACKAGE}/${VERSION}" all: '{name}/{version}/{compiler.name}/{compiler.version}'
^mpi: '{name}/{version}/{^mpi.name}/{^mpi.version}/{compiler.name}/{compiler.version}'