FIX: wrong build_stage & install paths
This commit is contained in:
2
env/rhel7/x86_64/admin/stable/spack.yaml
vendored
2
env/rhel7/x86_64/admin/stable/spack.yaml
vendored
@ -5,7 +5,7 @@ spack:
|
||||
config:
|
||||
allow_sgid: false
|
||||
build_stage:
|
||||
- $spack/user/$user/spack-stage
|
||||
- $spack/../user/$user/spack-stage
|
||||
install_tree:
|
||||
root: $spack/opt/spack/stable
|
||||
include:
|
||||
|
2
env/rhel7/x86_64/admin/testing/spack.yaml
vendored
2
env/rhel7/x86_64/admin/testing/spack.yaml
vendored
@ -5,7 +5,7 @@ spack:
|
||||
config:
|
||||
allow_sgid: false
|
||||
build_stage:
|
||||
- $spack/user/$user/spack-stage
|
||||
- $spack/../user/$user/spack-stage
|
||||
install_tree:
|
||||
root: $spack/opt/spack/testing
|
||||
include:
|
||||
|
2
env/rhel7/x86_64/admin/unstable/spack.yaml
vendored
2
env/rhel7/x86_64/admin/unstable/spack.yaml
vendored
@ -5,7 +5,7 @@ spack:
|
||||
config:
|
||||
allow_sgid: false
|
||||
build_stage:
|
||||
- $spack/user/$user/spack-stage
|
||||
- $spack/../user/$user/spack-stage
|
||||
install_tree:
|
||||
root: $spack/opt/spack/unstable
|
||||
include:
|
||||
|
4
env/rhel7/x86_64/users/stable/spack.yaml
vendored
4
env/rhel7/x86_64/users/stable/spack.yaml
vendored
@ -4,9 +4,9 @@ spack:
|
||||
config:
|
||||
allow_sgid: false
|
||||
build_stage:
|
||||
- $spack/user/$user/spack-stage
|
||||
- $spack/../user/$user/spack-stage
|
||||
install_tree:
|
||||
root: $spack/user/$user/spack-install
|
||||
root: $spack/../user/$user/spack-install
|
||||
mirrors:
|
||||
local_stable: file:///afs/psi.ch/software/spack/stable
|
||||
include:
|
||||
|
4
env/rhel7/x86_64/users/unstable/spack.yaml
vendored
4
env/rhel7/x86_64/users/unstable/spack.yaml
vendored
@ -4,9 +4,9 @@ spack:
|
||||
config:
|
||||
allow_sgid: false
|
||||
build_stage:
|
||||
- $spack/user/$user/spack-stage
|
||||
- $spack/../user/$user/spack-stage
|
||||
install_tree:
|
||||
root: $spack/user/$user/spack-install
|
||||
root: $spack/../user/$user/spack-install
|
||||
mirrors:
|
||||
local_unstable: file:///afs/psi.ch/software/spack/unstable
|
||||
include:
|
||||
|
Reference in New Issue
Block a user