Skip to content

Commit

Permalink
Pass args to cmake for Sundials build
Browse files Browse the repository at this point in the history
  • Loading branch information
langmm committed Dec 18, 2024
1 parent 8f88ced commit 1e9abe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ jobs:
cd sundials
mkdir build
cd build
cmake .. -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON
cmake .. ${{ env.CMAKE_ARGS }}
- name: Build Sundials W/ MPI in parallel (CONDA, UNIX)
if: matrix.with-mpi == true && matrix.os != 'windows-latest'
run: |
Expand Down

0 comments on commit 1e9abe3

Please sign in to comment.