From fdb5c6aed80aab6dfd740a2345c5aa8e02259f70 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 1 Jul 2025 12:59:02 -0400 Subject: [PATCH] python3-mpi4py: update to 4.1.0. --- srcpkgs/python3-mpi4py/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-mpi4py/template b/srcpkgs/python3-mpi4py/template index 8f9aff55f53..2ad37b87316 100644 --- a/srcpkgs/python3-mpi4py/template +++ b/srcpkgs/python3-mpi4py/template @@ -1,6 +1,6 @@ # Template file for 'python3-mpi4py' pkgname=python3-mpi4py -version=4.0.3 +version=4.1.0 revision=1 # OpenMPI >= 5 is 64-bit only archs="x86_64* aarch64* ppc64* riscv64*" @@ -14,7 +14,7 @@ license="BSD-3-Clause" homepage="https://github.com/mpi4py/mpi4py" changelog="https://raw.githubusercontent.com/mpi4py/mpi4py/master/CHANGES.rst" distfiles="$PYPI_SITE/m/mpi4py/mpi4py-${version}.tar.gz" -checksum=de2710d73e25e115865a3ab63d34a54b2d8608b724f761c567b6ad58dd475609 +checksum=817492796bce771ccd809a6051cf68d48689815493b567a696ce7679260449cd # Tests require a sensible MPI environment make_check=no