Skip to content

Commit

Permalink
spack.yaml: change projection to: {name}/VERSION-{hash:7}
Browse files Browse the repository at this point in the history
* remove the duplication of common/modules.yaml
  • Loading branch information
harshula committed Nov 12, 2024
1 parent 9e776e4 commit cd11eb5
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,26 +29,10 @@ spack:
unify: true
modules:
default:
enable:
- tcl
roots:
tcl: $spack/../release/modules
lmod: $spack/../release/lmod
tcl:
hash_length: 0
include:
# Explicitly, which packages are accessible as modules
- access-test
- oasis3-mct
exclude_implicits: true
all:
autoload: run
conflict:
- '{name}'
environment:
set:
'SPACK_{name}_ROOT': '{prefix}'
projections:
all: '{name}/{version}'
access-test: '{name}/2024.09.20'
oasis3-mct: '{name}/2023.11.09'
access-test: '{name}/2024.09.20-{hash:7}'
oasis3-mct: '{name}/2023.11.09-{hash:7}'

0 comments on commit cd11eb5

Please sign in to comment.