From 6e829db3fee1f48449363eaa18027b7503a41cb3 Mon Sep 17 00:00:00 2001 From: germann_e Date: Fri, 21 Jun 2024 11:06:50 +0200 Subject: [PATCH] FIX: use whole path otherwise spack fails --- env/rhel7/x86_64/users/stable/spack.yaml | 2 +- env/rhel7/x86_64/users/unstable/spack.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/env/rhel7/x86_64/users/stable/spack.yaml b/env/rhel7/x86_64/users/stable/spack.yaml index 8790867..5238f16 100644 --- a/env/rhel7/x86_64/users/stable/spack.yaml +++ b/env/rhel7/x86_64/users/stable/spack.yaml @@ -11,7 +11,7 @@ spack: - $spack/spack-psi/env/rhel7/x86_64/sysconfigs/packages.yaml - $spack/spack-psi/env/rhel7/x86_64/sysconfigs/compilers.yaml include_concrete: - - $spack/spack-psi/env/rhel7/x86_64/admin/stable + - /afs/psi.ch/sys/spack/system/spack-psi/env/rhel7/x86_64/admin/stable mirrors: local_stable: file:///afs/psi.ch/software/spack/stable specs: [] diff --git a/env/rhel7/x86_64/users/unstable/spack.yaml b/env/rhel7/x86_64/users/unstable/spack.yaml index d6e4f36..172b2eb 100644 --- a/env/rhel7/x86_64/users/unstable/spack.yaml +++ b/env/rhel7/x86_64/users/unstable/spack.yaml @@ -11,8 +11,8 @@ spack: - $spack/spack-psi/env/rhel7/x86_64/sysconfigs/packages.yaml - $spack/spack-psi/env/rhel7/x86_64/sysconfigs/compilers.yaml include_concrete: - - $spack/spack-psi/env/rhel7/x86_64/admin/stable - - $spack/spack-psi/env/rhel7/x86_64/admin/unstable + - /afs/psi.ch/sys/spack/system/spack-psi/env/rhel7/x86_64/admin/stable + - /afs/psi.ch/sys/spack/system/spack-psi/env/rhel7/x86_64/admin/unstable mirrors: local_unstable: file:///afs/psi.ch/software/spack/unstable specs: []