44# configuration settings.
55spack :
66 specs :
7- # The root Spack Bundle Recipe (SBR) for the model and overall version of
8- # the deployment:
9- # TODO: Replace the MODEL and VERSION.
10- # - MODEL@git.VERSION
11-
7+ # The root Spack Bundle Recipe (SBR) for the model and overall version of
8+ # the deployment:
9+ # TODO: Replace the MODEL and VERSION.
10+ # - MODEL@git.VERSION
1211 packages :
1312 # Specification of dependency versions and variants. CI/CD requires that
1413 # the first element of the require is only a version:
@@ -19,38 +18,10 @@ spack:
1918
2019 # Specifications that apply to all packages
2120 all :
22- # TODO: Specify compiler/targets for all packages
23- # require:
24- # - '%intel@19.0.5.281'
25- # - 'target=x86_64'
21+ # TODO: Specify compiler/targets for all packages
22+ # require:
23+ # - '%intel@19.0.5.281'
24+ # - 'target=x86_64'
2625 view : true
2726 concretizer :
2827 unify : true
29- modules :
30- default :
31- tcl :
32- include :
33- # TODO: Add MODEL and PACKAGEs that will have a corresponding module
34- # - MODEL
35- # - PACKAGE1
36- # - PACKAGE2
37- projections :
38- # These projection VERSIONs must be the same as the
39- # `spack.packages.*.require[0]` VERSION but without the `@git.` and
40- # without the RHS of the equals sign, if there is one.
41- #
42- # For a MODEL, an example projection is `{name}/2024.10.0`.
43- # For a PACKAGE where `require` VERSION is
44- # `@git.2024.04.21=access-esm1.5`, the projection becomes
45- # `{name}/2024.04.21-{hash:7}`.
46- # TODO: Add explicit projections for modules that will be found with
47- # `module load`.
48- # MODEL: '{name}/VERSION'
49- # PACKAGE1: '{name}/VERSION1-{hash:7}'
50- # PACKAGE2: '{name}/VERSION2-{hash:7}'
51- # config:
52- # overridden spack configurations, if needed
53- # mirrors:
54- # overridden spack package tarball directories, if needed
55- # repos:
56- # overridden repo sources, if needed
0 commit comments