gentoo/dev-python/mpi4py/files/mpi4py-4-use-mesonpy.patch
Alex Fan b8b09e7454
dev-python/mpi4py: add 4.0.0
use meson-python as builder backend.
don't force mpi[romio] and remove all excludes since those tests are
skipped by upstream already

Closes: https://bugs.gentoo.org/743448
Signed-off-by: Alex Fan <alex.fan.q@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
2024-11-27 22:52:18 +00:00

12 lines
309 B
Diff

diff --git a/pyproject.toml b/pyproject.toml
index 8585f6d..5b0b2d8 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,4 +1,3 @@
[build-system]
-requires = ["setuptools >= 42", "build"]
-build-backend = "builder"
-backend-path = ["conf"]
+requires = ["meson-python", "Cython"]
+build-backend = "mesonpy"