Skip to content

Commit

Permalink
spack.yaml: Moved dependency versions into packages section (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeGat authored Nov 21, 2023
1 parent 96aad8c commit 96ba913
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,24 @@
spack:
# add package specs to the `specs` list
specs:
- access-om2 ^[email protected] ^[email protected] ^[email protected] ^[email protected] ^[email protected] ^[email protected] ^[email protected] %[email protected]
- [email protected]
packages:
cice5:
require: '@git.2023.10.19'
mom5:
require: '@git.2023.11.09'
libaccessom2:
require: '@git.2023.10.26'
oasis3-mct:
require: '@git.2023.11.09'
netcdf-c:
require: '@4.7.4'
netcdf-fortran:
require: '@4.5.2'
nci-openmpi:
require: '@4.0.2'
all:
compiler: [[email protected]]
view: true
concretizer:
unify: true

0 comments on commit 96ba913

Please sign in to comment.