Skip to content

Commit

Permalink
common/modules.yaml: change projection to: {name}/{version}-{hash:7} (#…
Browse files Browse the repository at this point in the history
…47)

* Do not set conflict & environment in the default configuration.
  • Loading branch information
harshula authored Nov 11, 2024
1 parent 372401f commit 2ee50c6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions common/modules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,5 @@ modules:
# hide_implicits: true
all:
autoload: direct
conflict:
- '{name}'
environment:
set:
'SPACK_{name}_ROOT': '{prefix}'
projections:
all: '{name}/{version}'
all: '{name}/{version}-{hash:7}'

0 comments on commit 2ee50c6

Please sign in to comment.