FIX: wrong build_stage & install paths

This commit is contained in:
2024-06-14 11:21:57 +02:00
parent 268d51a949
commit cf2b2336d0
10 changed files with 14 additions and 14 deletions

View File

@ -5,7 +5,7 @@ spack:
config: config:
allow_sgid: false allow_sgid: false
build_stage: build_stage:
- $spack/user/$user/spack-stage - $spack/../user/$user/spack-stage
install_tree: install_tree:
root: $spack/opt/spack/stable root: $spack/opt/spack/stable
include: include:

View File

@ -5,7 +5,7 @@ spack:
config: config:
allow_sgid: false allow_sgid: false
build_stage: build_stage:
- $spack/user/$user/spack-stage - $spack/../user/$user/spack-stage
install_tree: install_tree:
root: $spack/opt/spack/testing root: $spack/opt/spack/testing
include: include:

View File

@ -5,7 +5,7 @@ spack:
config: config:
allow_sgid: false allow_sgid: false
build_stage: build_stage:
- $spack/user/$user/spack-stage - $spack/../user/$user/spack-stage
install_tree: install_tree:
root: $spack/opt/spack/unstable root: $spack/opt/spack/unstable
include: include:

View File

@ -4,9 +4,9 @@ spack:
config: config:
allow_sgid: false allow_sgid: false
build_stage: build_stage:
- $spack/user/$user/spack-stage - $spack/../user/$user/spack-stage
install_tree: install_tree:
root: $spack/user/$user/spack-install root: $spack/../user/$user/spack-install
mirrors: mirrors:
local_stable: file:///afs/psi.ch/software/spack/stable local_stable: file:///afs/psi.ch/software/spack/stable
include: include:

View File

@ -4,9 +4,9 @@ spack:
config: config:
allow_sgid: false allow_sgid: false
build_stage: build_stage:
- $spack/user/$user/spack-stage - $spack/../user/$user/spack-stage
install_tree: install_tree:
root: $spack/user/$user/spack-install root: $spack/../user/$user/spack-install
mirrors: mirrors:
local_unstable: file:///afs/psi.ch/software/spack/unstable local_unstable: file:///afs/psi.ch/software/spack/unstable
include: include:

View File

@ -5,7 +5,7 @@ spack:
config: config:
allow_sgid: false allow_sgid: false
build_stage: build_stage:
- $spack/user/$user/spack-stage - $spack/../user/$user/spack-stage
install_tree: install_tree:
root: $spack/opt/spack/stable root: $spack/opt/spack/stable
include: include:

View File

@ -4,7 +4,7 @@ spack:
config: config:
allow_sgid: false allow_sgid: false
build_stage: build_stage:
- $spack/user/$user/spack-stage - $spack/../user/$user/spack-stage
install_tree: install_tree:
root: $spack/opt/spack/testing root: $spack/opt/spack/testing
include: include:

View File

@ -4,7 +4,7 @@ spack:
config: config:
allow_sgid: false allow_sgid: false
build_stage: build_stage:
- $spack/user/$user/spack-stage - $spack/../user/$user/spack-stage
install_tree: install_tree:
root: $spack/opt/spack/unstable root: $spack/opt/spack/unstable
include: include:

View File

@ -4,9 +4,9 @@ spack:
config: config:
allow_sgid: false allow_sgid: false
build_stage: build_stage:
- $spack/user/$user/spack-stage - $spack/../user/$user/spack-stage
install_tree: install_tree:
root: $spack/user/$user/spack-install root: $spack/../user/$user/spack-install
include: include:
- $spack/spack-psi/env/$os/$target_family/sysconfigs/packages.yaml - $spack/spack-psi/env/$os/$target_family/sysconfigs/packages.yaml
- $spack/spack-psi/env/$os/$target_family/sysconfigs/compilers.yaml - $spack/spack-psi/env/$os/$target_family/sysconfigs/compilers.yaml

View File

@ -4,9 +4,9 @@ spack:
config: config:
allow_sgid: false allow_sgid: false
build_stage: build_stage:
- $spack/user/$user/spack-stage - $spack/../user/$user/spack-stage
install_tree: install_tree:
root: $spack/user/$user/spack-install root: $spack/../user/$user/spack-install
include: include:
- $spack/spack-psi/env/$os/$target_family/sysconfigs/packages.yaml - $spack/spack-psi/env/$os/$target_family/sysconfigs/packages.yaml
- $spack/spack-psi/env/$os/$target_family/sysconfigs/compilers.yaml - $spack/spack-psi/env/$os/$target_family/sysconfigs/compilers.yaml