Skip to content

Commit f3a3a83

Browse files
aidanheerdegenCodeGat
authored andcommitted
Add test model. Remove redundant packages and add all requirements for a compiler
1 parent f2b6180 commit f3a3a83

File tree

1 file changed

+5
-18
lines changed

1 file changed

+5
-18
lines changed

spack.yaml

+5-18
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
spack:
77
definitions:
88
- ROOT_PACKAGE:
9-
9+
- access-test-model@git.2025.03.1
1010

1111
# Specific case for Gadi - should be run
1212
- when: env['DEPLOYMENT_TARGET'] == 'gadi'
@@ -25,24 +25,13 @@ spack:
2525
specs:
2626
- $ROOT_SPEC
2727
packages:
28-
oasis3-mct:
29-
require:
30-
- '@git.2023.11.09'
31-
netcdf-c:
32-
require:
33-
- '@4.9.2'
34-
netcdf-fortran:
35-
require:
36-
- '@4.6.1'
3728
openmpi:
3829
require:
3930
- '@4.1.5'
4031
- 'cppflags="-diag-disable=10441"'
41-
# Specifications that apply to all packages - not relevant with multi-target builds
42-
# all:
43-
# require:
44-
45-
# - 'target=x86_64'
32+
all:
33+
require:
34+
- one_of: [%intel, %oneapi, %gcc]
4635
view: true
4736
concretizer:
4837
unify: true
@@ -51,7 +40,5 @@ spack:
5140
tcl:
5241
include:
5342
- access-test
54-
- oasis3-mct
5543
projections:
56-
access-test: '{name}/2025.01.1'
57-
oasis3-mct: '{name}/2023.11.09-{hash:7}'
44+
access-test: '{name}/2025.03.1'

0 commit comments

Comments
 (0)