Skip to content

Commit

Permalink
add openblas to ci/spack_gcc.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
RussTreadon-NOAA committed Jan 6, 2025
1 parent b3ba081 commit bea6ac1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
spack external find
spack concretize
spack install --fail-fast --dirty
spack clean --all
spack clean -a
gsi-utils:
needs: setup
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
spack external find
spack concretize
spack install --fail-fast --dirty
spack clean --all
spack clean -a
gsi-utils:
needs: setup
Expand Down
3 changes: 3 additions & 0 deletions ci/spack_gcc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ spack:
packages:
all:
providers:
blas: [openblas]
lapack: [openblas]
mpi: [mpich]
compiler:
- gcc@13
Expand All @@ -22,6 +24,7 @@ spack:
- [email protected]
- [email protected]
- [email protected]
- [email protected]
view: true
concretizer:
unify: true

0 comments on commit bea6ac1

Please sign in to comment.