Skip to content

Commit

Permalink
Update correctness-linux.yaml
Browse files Browse the repository at this point in the history
Added NetCDF TPL for linux CI builds
  • Loading branch information
ddement authored Feb 27, 2025
1 parent 4b6cdaf commit fe5ad8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/correctness-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
spack compiler find
spack install googletest
spack install cppcheck
spack install netcdf-c
spack install yaml-cpp
spack install trilinos@master~epetra ^kokkos-kernels+blas+lapack
- name: Clone
Expand All @@ -47,6 +48,7 @@ jobs:
spack load trilinos
spack load googletest
spack load cppcheck
spack load netcdf-c
spack load yaml-cpp
cd openturbine
mkdir build
Expand Down

0 comments on commit fe5ad8a

Please sign in to comment.