From a44321e947e26e1915b3b4eb315414977b4abb68 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 25 Nov 2023 20:40:21 -0500 Subject: [PATCH] python3-mpi4py: rebuild for openmpi-5.0.1 --- srcpkgs/python3-mpi4py/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/python3-mpi4py/template b/srcpkgs/python3-mpi4py/template index 6ffb048ae87..229245bdb2e 100644 --- a/srcpkgs/python3-mpi4py/template +++ b/srcpkgs/python3-mpi4py/template @@ -1,7 +1,9 @@ # Template file for 'python3-mpi4py' pkgname=python3-mpi4py version=3.1.5 -revision=1 +revision=2 +# OpenMPI >= 5 is 64-bit only +archs="x86_64* aarch64* ppc64* riscv64" build_style=python3-module hostmakedepends="python3-setuptools python3-Cython0.29 gcc-fortran openmpi" makedepends="python3-devel openmpi-devel"