Skip to content

Commit 710237c

Browse files
committed
Change so that Python library can be built w/ or w/o yggdrasil
Update build so that ePhotosynthesis can be build against yggdrasil in isolation without compiling the interface separately Install MPI for non-mpi build test
1 parent cd86aff commit 710237c

File tree

9 files changed

+2536
-542
lines changed

9 files changed

+2536
-542
lines changed

.github/workflows/test-suite.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,10 @@ jobs:
160160
yggconfig
161161
yggcompile cpp
162162
ygginfo
163+
- name: Install mpi with non-mpi Sundials to test compilation
164+
if: matrix.with-mpi == false
165+
run: |
166+
conda install openmpi -y
163167
- name: Install specific version of Sundials via conda
164168
if: matrix.sundials-version != 'latest' && matrix.with-mpi == false
165169
run: |

0 commit comments

Comments
 (0)