Skip to content

Commit

Permalink
[skip ci] Infra Update: spack.yaml Simplification, new Projections (#…
Browse files Browse the repository at this point in the history
…18)

* [skip ci] spack.yaml: Simplify modules, update projections to include hash

* [skip ci] spack.yaml: Remove hash from root projection
  • Loading branch information
CodeGat authored Nov 15, 2024
1 parent 48fa4ca commit 7f81326
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,25 +44,10 @@ spack:
unify: true
modules:
default:
enable:
- tcl
roots:
tcl: $spack/../release/modules
lmod: $spack/../release/lmod
tcl:
hash_length: 0
include:
- access-om3
- access-om3-nuopc
exclude_implicits: true
all:
autoload: direct
conflict:
- '{name}'
environment:
set:
'SPACK_{name}_ROOT': '{prefix}'
projections:
all: '{name}/{version}'
access-om3: '{name}/2024.09.0'
access-om3-nuopc: '{name}/0.3.1'
access-om3-nuopc: '{name}/0.3.1-{hash:7}'

0 comments on commit 7f81326

Please sign in to comment.