FIX: use whole path otherwise spack fails

This commit is contained in:
2024-06-21 11:06:50 +02:00
parent a0a5b1d5c3
commit 6e829db3fe
2 changed files with 3 additions and 3 deletions

View File

@ -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: []

View File

@ -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: []