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 14, 2024
1 parent ee2345b commit 7a5c49f
Showing 1 changed file with 3 additions and 18 deletions.
21 changes: 3 additions & 18 deletions spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,32 +50,17 @@ spack:
unify: true
modules:
default:
enable:
- tcl
roots:
tcl: $spack/../release/modules
lmod: $spack/../release/lmod
tcl:
hash_length: 0
include:
- access-esm1p5
- cice4
- um7
- mom5
exclude_implicits: true
all:
autoload: run
conflict:
- '{name}'
environment:
set:
'SPACK_{name}_ROOT': '{prefix}'
projections:
all: '{name}/{version}'
access-esm1p5: '{name}/2024.05.1'
cice4: '{name}/2024.05.21'
um7: '{name}/2024.07.03'
mom5: '{name}/access-esm1.5_2024.08.23'
cice4: '{name}/2024.05.21-{hash:7}'
um7: '{name}/2024.07.03-{hash:7}'
mom5: '{name}/access-esm1.5_2024.08.23-{hash:7}'
config:
install_tree:
root: $spack/../restricted/ukmo/release
Expand Down

0 comments on commit 7a5c49f

Please sign in to comment.