We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e346ec commit 9633775Copy full SHA for 9633775
spack.yaml
@@ -12,6 +12,7 @@ spack:
12
# add package specs to the `specs` list
13
specs:
14
- [email protected]
15
+ - '[email protected] /lv5t7j4'
16
packages:
17
access3:
18
require:
@@ -28,12 +29,12 @@ spack:
28
29
access3-share:
30
31
- '@git.92e488e51189a7b3c376744e5d8d69ffce2847f2'
- esmf:
32
- require:
33
- - '@git.v8.7.0'
+ # esmf:
+ # require:
34
+ # - '@git.v8.7.0'
35
gcom:
36
- - '@8.0'
37
+ - '@8.0'
38
fms:
39
40
- '@git.2024.03'
@@ -82,6 +83,7 @@ spack:
82
83
- access-om3
84
- access-mom6
85
- access-cice
86
+ - access3-share
87
- access3
88
- esmf
89
- fms
@@ -103,5 +105,6 @@ spack:
103
105
esmf: '{name}/v8.7.0-{hash:7}'
104
106
netcdf-c: '{name}/4.9.2-{hash:7}'
107
netcdf-fortran: '{name}/4.6.1-{hash:7}'
108
+ gcom: '{name}/8.0-{hash:7}'
109
110
0 commit comments