FIX: remove upstreams for SLES

This commit is contained in:
2024-06-12 16:04:55 +02:00
parent 3708c98da0
commit 21c6a85de5
8 changed files with 26 additions and 46 deletions

View File

@ -7,11 +7,10 @@ spack:
- $spack/user/$user/spack-stage
install_tree:
root: $spack/user/$user/spack-install
upstreams:
spack-instance-1:
install_tree: $spack/opt/spack/stable
include:
include:
- $spack/spack-psi/env/$os/$target_family/sysconfigs/packages.yaml
- $spack/spack-psi/env/$os/$target_family/sysconfigs/compilers.yaml
specs:
mirrors:
local_stable: file:///afs/psi.ch/software/spack/stable
specs: []
view: false

View File

@ -7,13 +7,10 @@ spack:
- $spack/user/$user/spack-stage
install_tree:
root: $spack/user/$user/spack-install
upstreams:
spack-instance-1:
install_tree: $spack/opt/spack/stable
spack-instance-2:
install_tree: $spack/opt/spack/unstable
include:
- $spack/spack-psi/env/$os/$target_family/sysconfigs/packages.yaml
- $spack/spack-psi/env/$os/$target_family/sysconfigs/compilers.yaml
specs:
include:
- $spack/spack-psi/env/$os/$target_family/sysconfigs/packages.yaml
- $spack/spack-psi/env/$os/$target_family/sysconfigs/compilers.yaml
mirrors:
local_unstable: file:///afs/psi.ch/software/spack/unstable
specs: []
view: false