From ab3894aae0636c13542eb05e7c5966c52104fbd6 Mon Sep 17 00:00:00 2001 From: David Turner Date: Mon, 10 Jun 2024 21:06:55 -0400 Subject: [PATCH] fixes --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 07771f40..de78ada7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -148,7 +148,7 @@ write_to = "brainiak/_version.py" [tool.cibuildwheel] test-requires = "pytest" test-command = "mpiexec -n 2 python -m mpi4py -m pytest {project}/tests" -test-extras = ["all", "dev"] +test-extras = ["all"] skip = ["*-win32", "pp*"] environment = { PIP_EXTRA_INDEX_URL = "https://pypi.anaconda.org/mpi4py/simple" } @@ -159,7 +159,7 @@ test-extras = ["all", "dev", "impi-rt"] test-extras = ["all", "dev", "impi-rt"] [tool.cibuildwheel.macos] -before-all = "brew install libomp mpi4py llvm" +before-all = "brew install libomp mpich llvm" [tool.cibuildwheel.macos.environment] MPICC="$(which mpicc)"