FIX: add hash to make sure every installation is unique

This commit is contained in:
Germann Elsa Sylvia
2022-10-04 15:47:23 +02:00
parent aeca31bb98
commit 6a880c9bc5

View File

@ -582,10 +582,10 @@ spack:
link: all link: all
link_type: symlink link_type: symlink
projections: &unified_projections projections: &unified_projections
^mpi: '{name}/{version}/{^mpi.name}/{^mpi.version}/{compiler.name}/{compiler.version}' ^mpi: '{name}/{version}/{^mpi.name}/{^mpi.version}/{compiler.name}/{compiler.version}/{hash}'
all: '{name}/{version}/{compiler.name}/{compiler.version}' all: '{name}/{version}/{compiler.name}/{compiler.version}/{hash}'
~mpi: '{name}_serial/{version}/{compiler.name}/{compiler.version}' ~mpi: '{name}_serial/{version}/{compiler.name}/{compiler.version}/{hash}'
threads=openmp: '{name}_OMP/{version}/{compiler.name}/{compiler.version}' threads=openmp: '{name}_OMP/{version}/{compiler.name}/{compiler.version}/{hash}'
root: /afs/psi.ch/sys/spack-rhel7/Batchsystem root: /afs/psi.ch/sys/spack-rhel7/Batchsystem
select: *Batchsystem_pckgs select: *Batchsystem_pckgs
Compiler: Compiler: