Skip to content

Commit

Permalink
spack.yaml: update compiler and dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dougiesquire committed Jun 27, 2024
1 parent ad5998f commit bef480a
Showing 1 changed file with 22 additions and 11 deletions.
33 changes: 22 additions & 11 deletions spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,37 @@
spack:
# add package specs to the `specs` list
specs:
- [email protected].0
- [email protected].1
packages:
cice5:
require: '@git.2023.10.19'
require:
- '@git.2023.10.19'
mom5:
require: '@git.2023.11.09'
require:
- '@git.2023.11.09'
libaccessom2:
require: '@git.2023.10.26'
require:
- '@git.2023.10.26'
oasis3-mct:
require: '@git.2023.11.09'
require:
- '@git.2023.11.09'
netcdf-c:
require: '@4.7.4'
require:
- '@4.9.2'
netcdf-fortran:
require: '@4.5.2'
require:
- '@4.6.1'
parallelio:
require: '@2.5.2'
require:
- '@2.6.2'
openmpi:
require: '@4.0.2'
require:
- '@4.1.5'
- 'cppflags="-diag-disable=10441"'
all:
compiler: [[email protected]]
require:
- '%[email protected]'
- 'target=x86_64'
view: true
concretizer:
unify: true
Expand All @@ -52,7 +63,7 @@ spack:
'SPACK_{name}_ROOT': '{prefix}'
projections:
all: '{name}/{version}'
access-om2-bgc: '{name}/2024.03.0'
access-om2-bgc: '{name}/2024.03.1'
cice5: '{name}/2023.10.19'
mom5: '{name}-bgc/2023.11.09'
libaccessom2: '{name}/2023.10.26'
Expand Down

0 comments on commit bef480a

Please sign in to comment.