From d7a5556b00e4ef0ec381756c579fe17a258e174a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:50 -0400 Subject: [PATCH] python3-mpi4py: rebuild for Python 3.9 --- srcpkgs/python3-mpi4py/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-mpi4py/template b/srcpkgs/python3-mpi4py/template index dc67bc1916..200b413585 100644 --- a/srcpkgs/python3-mpi4py/template +++ b/srcpkgs/python3-mpi4py/template @@ -1,7 +1,7 @@ # Template file for 'python3-mpi4py' pkgname=python3-mpi4py version=3.0.3 -revision=1 +revision=2 wrksrc="mpi4py-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-Cython gcc-fortran openmpi"