From e97c6070cbc3fa383bf6372a5b7d406ad25703be Mon Sep 17 00:00:00 2001 From: Alexander Andreev Date: Thu, 14 Nov 2024 00:07:01 +0000 Subject: [PATCH] Revert mpi to impi --- conda-recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index d3e570792c..e8deda252c 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -62,7 +62,7 @@ requirements: - jinja2 - pybind11 - numpy - - mpich # [not win] + - impi-devel # [not win] # dal-devel pinning depends on the recipe location (repo or feedstock) - dal-devel # - dal-devel =={{ version }} @@ -77,7 +77,7 @@ requirements: test: requires: - pyyaml - - mpich # [not win] + - impi_rt # [not win] # DPC part of sklearnex is optional - dpcpp-cpp-rt # [linux64] # TODO: enable data parallel frameworks when they are available on conda-forge