From 4f0506fc3631f5e3c7b80b340cd62801e379d155 Mon Sep 17 00:00:00 2001 From: Germann Elsa Sylvia Date: Thu, 11 Aug 2022 16:59:57 +0200 Subject: [PATCH] FIX: change installation prefix to match actual scheme --- env/merlin/sysconfigs/config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/env/merlin/sysconfigs/config.yaml b/env/merlin/sysconfigs/config.yaml index e553396..e975236 100644 --- a/env/merlin/sysconfigs/config.yaml +++ b/env/merlin/sysconfigs/config.yaml @@ -2,4 +2,5 @@ config: install_tree: root: /afs/psi.ch/sys/spack-rhel7 projections: - all: "${COMPILERNAME}/${COMPILERVER}/${PACKAGE}/${VERSION}" \ No newline at end of file + all: '{name}/{version}/{compiler.name}/{compiler.version}' + ^mpi: '{name}/{version}/{^mpi.name}/{^mpi.version}/{compiler.name}/{compiler.version}' \ No newline at end of file