Skip to content

Commit 9cd2de7

Browse files
committed
Try {hash:7} instead of {hash}
1 parent 406bb1f commit 9cd2de7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

spack.yaml

+1-3
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ spack:
4747
tcl: $spack/../release/modules
4848
lmod: $spack/../release/lmod
4949
tcl:
50-
# Remove hash_length once spack-config's modules.yaml is updated.
51-
# hash_length: 0
5250
include:
5351
# The model components are required below:
5452
- access-om2
@@ -65,5 +63,5 @@ spack:
6563
set:
6664
'SPACK_{name}_ROOT': '{prefix}'
6765
projections:
68-
all: '{name}/{version}-{hash}'
66+
all: '{name}/{version}-{hash:7}'
6967
access-om2: '{name}/2024.08.0'

0 commit comments

Comments
 (0)