From 1e9abe39cffe34be43ff236a6fc8d0d759f38768 Mon Sep 17 00:00:00 2001 From: Meagan Lang Date: Wed, 18 Dec 2024 14:58:48 -0500 Subject: [PATCH] Pass args to cmake for Sundials build --- .github/workflows/test-suite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml index bdc95f3..5c2f9c5 100644 --- a/.github/workflows/test-suite.yml +++ b/.github/workflows/test-suite.yml @@ -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: |