Skip to content

Commit

Permalink
Add compiler projection yaml files for plain and unified UPS layout
Browse files Browse the repository at this point in the history
  • Loading branch information
gartung committed Dec 12, 2023
1 parent f9bb259 commit 4d364e4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions templates/compiler-projections.yaml.plain
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
spack:
config:
install_tree:
projections:
gcc: "{architecture}/{compiler.name}-{compiler.version}/{name}-{version}"
llvm: "{architecture}/{compiler.name}-{compiler.version}/{name}-{version}"
6 changes: 6 additions & 0 deletions templates/compiler-projections.yaml.unified
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
spack:
config:
install_tree:
projections:
gcc: "{package.name}/{version}/{architecture}-{compiler.name}-{compiler.version}"
llvm: "{package.name}/{version}{architecture}-{compiler.name}-{compiler.version}"

0 comments on commit 4d364e4

Please sign in to comment.