Skip to content

Commit

Permalink
Make providers arrays
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Dec 13, 2024
1 parent 41aa50d commit b9fcb7a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions ci/spack_gcc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ spack:
packages:
all:
providers:
blas: openblas
lapack: openblas
mpi: mpich
blas: [openblas]
lapack: [openblas]
mpi: [mpich]
compiler:
- gcc@13
specs:
Expand Down
2 changes: 1 addition & 1 deletion ci/spack_intel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ spack:
packages:
all:
providers:
mpi: intel-oneapi-mpi
mpi: [intel-oneapi-mpi]
compiler:
- intel
specs:
Expand Down

0 comments on commit b9fcb7a

Please sign in to comment.