python3-mpi4py: update to 3.1.5.

This commit is contained in:
Andrew J. Hesford 2023-10-16 10:21:33 -04:00
parent 50e1f28b67
commit 3dbd7d32cb
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'python3-mpi4py' # Template file for 'python3-mpi4py'
pkgname=python3-mpi4py pkgname=python3-mpi4py
version=3.1.4 version=3.1.5
revision=2 revision=1
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools python3-Cython0.29 gcc-fortran openmpi" hostmakedepends="python3-setuptools python3-Cython0.29 gcc-fortran openmpi"
makedepends="python3-devel openmpi-devel" makedepends="python3-devel openmpi-devel"
@ -12,7 +12,7 @@ license="BSD-2-Clause"
homepage="https://github.com/mpi4py/mpi4py" homepage="https://github.com/mpi4py/mpi4py"
changelog="https://raw.githubusercontent.com/mpi4py/mpi4py/master/CHANGES.rst" changelog="https://raw.githubusercontent.com/mpi4py/mpi4py/master/CHANGES.rst"
distfiles="$PYPI_SITE/m/mpi4py/mpi4py-${version}.tar.gz" distfiles="$PYPI_SITE/m/mpi4py/mpi4py-${version}.tar.gz"
checksum=17858f2ebc623220d0120d1fa8d428d033dde749c4bc35b33d81a66ad7f93480 checksum=a706e76db9255135c2fb5d1ef54cb4f7b0e4ad9e33cbada7de27626205f2a153
# Tests require a sensible MPI environment # Tests require a sensible MPI environment
make_check=no make_check=no