diff --git a/env/rhel7/x86_64/users/stable/spack.yaml b/env/rhel7/x86_64/users/stable/spack.yaml index 303956f..0bc940a 100644 --- a/env/rhel7/x86_64/users/stable/spack.yaml +++ b/env/rhel7/x86_64/users/stable/spack.yaml @@ -12,4 +12,6 @@ spack: stable: install_tree: >- $spack/opt/spack/stable + repos: + - $spack/../user/$user/spack-repo view: false diff --git a/env/rhel7/x86_64/users/unstable/spack.yaml b/env/rhel7/x86_64/users/unstable/spack.yaml index bf8342f..c2aa230 100644 --- a/env/rhel7/x86_64/users/unstable/spack.yaml +++ b/env/rhel7/x86_64/users/unstable/spack.yaml @@ -15,4 +15,6 @@ spack: install_tree: $spack/opt/spack/stable unstable: install_tree: $spack/opt/spack/unstable + repos: + - $spack/../user/$user/spack-repo view: false diff --git a/env/rhel8/x86_64/users/stable/spack.yaml b/env/rhel8/x86_64/users/stable/spack.yaml index 7188dea..78183cc 100644 --- a/env/rhel8/x86_64/users/stable/spack.yaml +++ b/env/rhel8/x86_64/users/stable/spack.yaml @@ -12,4 +12,6 @@ spack: stable: install_tree: >- $spack/opt/spack/stable + repos: + - $spack/../user/$user/spack-repo view: false diff --git a/env/rhel8/x86_64/users/unstable/spack.yaml b/env/rhel8/x86_64/users/unstable/spack.yaml index f0f955a..9bc059b 100644 --- a/env/rhel8/x86_64/users/unstable/spack.yaml +++ b/env/rhel8/x86_64/users/unstable/spack.yaml @@ -15,4 +15,6 @@ spack: install_tree: $spack/opt/spack/stable unstable: install_tree: $spack/opt/spack/unstable + repos: + - $spack/../user/$user/spack-repo view: false diff --git a/env/sles15/aarch64/users/stable/spack.yaml b/env/sles15/aarch64/users/stable/spack.yaml index a88f12e..f664fdb 100644 --- a/env/sles15/aarch64/users/stable/spack.yaml +++ b/env/sles15/aarch64/users/stable/spack.yaml @@ -10,4 +10,6 @@ spack: upstreams: stable: install_tree: $spack/opt/spack/stable + repos: + - $spack/../user/$user/spack-repo view: false diff --git a/env/sles15/aarch64/users/unstable/spack.yaml b/env/sles15/aarch64/users/unstable/spack.yaml index accad21..87854c1 100644 --- a/env/sles15/aarch64/users/unstable/spack.yaml +++ b/env/sles15/aarch64/users/unstable/spack.yaml @@ -13,4 +13,6 @@ spack: install_tree: $spack/opt/spack/stable unstable: install_tree: $spack/opt/spack/unstable + repos: + - $spack/../user/$user/spack-repo view: false diff --git a/env/sles15/x86_64/users/stable/spack.yaml b/env/sles15/x86_64/users/stable/spack.yaml index ff8cf5f..664842e 100644 --- a/env/sles15/x86_64/users/stable/spack.yaml +++ b/env/sles15/x86_64/users/stable/spack.yaml @@ -10,4 +10,6 @@ spack: upstreams: stable: install_tree: $spack/opt/spack/stable + repos: + - $spack/../user/$user/spack-repo view: false diff --git a/env/sles15/x86_64/users/unstable/spack.yaml b/env/sles15/x86_64/users/unstable/spack.yaml index c9e4e5b..0840a18 100644 --- a/env/sles15/x86_64/users/unstable/spack.yaml +++ b/env/sles15/x86_64/users/unstable/spack.yaml @@ -13,4 +13,6 @@ spack: install_tree: $spack/opt/spack/stable unstable: install_tree: $spack/opt/spack/unstable + repos: + - $spack/../user/$user/spack-repo view: false