Skip to content

Commit 3555cc3

Browse files
committed
[no ci] spack.yaml: Use toolchains
1 parent 1c68a55 commit 3555cc3

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

spack.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,22 @@ spack:
1414
# the first element of the require is only a version
1515
ancoms-roms:
1616
require:
17-
- '@4.2'
17+
- '@4.2'
1818
- roms_application='upwelling'
1919
openmpi:
2020
require:
2121
- '@4.1.4'
2222
netcdf-c:
2323
require:
2424
- '@4.7.3'
25-
25+
# Compilers
26+
intel-oneapi-compilers:
27+
require:
28+
- '@2021.8.0'
2629
# Specifications that apply to all packages
2730
all:
2831
require:
29-
- '%intel@2021.8.0'
32+
- '%access_intel'
3033
- 'target=x86_64'
3134
view: true
3235
concretizer:

0 commit comments

Comments
 (0)