From b01feeed0975ae0122a937afd0367520c95b1be0 Mon Sep 17 00:00:00 2001 From: Taylor Barnes Date: Fri, 10 Jan 2025 23:39:22 -0500 Subject: [PATCH] Change how mpi dependencies are handled --- recipes/mdi/meta.yaml | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/recipes/mdi/meta.yaml b/recipes/mdi/meta.yaml index 3fe56ebfeeabc..263a2cd184202 100644 --- a/recipes/mdi/meta.yaml +++ b/recipes/mdi/meta.yaml @@ -25,13 +25,25 @@ requirements: - make - ninja - python {{ python }} - - {{ mpi }} + {% if target_platform != "win-64" %} + - mpich + {% else %} + - msmpi + {% endif %} host: - python {{ python }} - - {{ mpi }} + {% if target_platform != "win-64" %} + - mpich + {% else %} + - msmpi + {% endif %} run: - python {{ python }} - - {{ mpi }} + {% if target_platform != "win-64" %} + - mpich + {% else %} + - msmpi + {% endif %} test: commands: