Skip to content

Commit fa61916

Browse files
committed
[no ci] Update all projections to remove version as build-cd will inject it
1 parent d8a67ed commit fa61916

4 files changed

Lines changed: 8 additions & 4 deletions

File tree

babeltrace2/spack.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,5 @@ spack:
3232
include:
3333
- babeltrace2
3434
projections:
35-
babeltrace2: 'model-tools/{name}/2.1.2'
35+
# build-cd will inject the _version into this projection
36+
babeltrace2: 'model-tools/{name}'

esmf/spack.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,5 @@ spack:
6262
- fms
6363
- fortranxml
6464
projections:
65-
esmf: 'model-tools/{name}/v8.7.0'
65+
# build-cd will inject the _version into this projection
66+
esmf: 'model-tools/{name}'

fre-nctools/spack.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,5 @@ spack:
3838
include:
3939
- fre-nctools
4040
projections:
41-
fre-nctools: 'model-tools/{name}/2024.05-1'
41+
# build-cd will inject the _version into this projection
42+
fre-nctools: 'model-tools/{name}'

mppnccombine-fast/spack.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,5 @@ spack:
4141
include:
4242
- mppnccombine-fast
4343
projections:
44-
mppnccombine-fast: 'model-tools/{name}/2025.07.000'
44+
# build-cd will inject the _version into this projection
45+
mppnccombine-fast: 'model-tools/{name}'

0 commit comments

Comments
 (0)