mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
python3-mpi4py: update to 3.1.2, steal maintainership
This commit is contained in:
parent
851094e79d
commit
40269d40a5
1 changed files with 10 additions and 6 deletions
|
@ -1,18 +1,21 @@
|
||||||
# Template file for 'python3-mpi4py'
|
# Template file for 'python3-mpi4py'
|
||||||
pkgname=python3-mpi4py
|
pkgname=python3-mpi4py
|
||||||
version=3.0.3
|
version=3.1.2
|
||||||
revision=3
|
revision=1
|
||||||
wrksrc="mpi4py-${version}"
|
wrksrc="mpi4py-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools python3-Cython gcc-fortran openmpi"
|
hostmakedepends="python3-setuptools python3-Cython gcc-fortran openmpi"
|
||||||
makedepends="python3-devel openmpi-devel"
|
makedepends="python3-devel openmpi-devel"
|
||||||
depends="openmpi"
|
depends="openmpi python3"
|
||||||
short_desc="Python bindings for the Message Passing Interface (MPI) standard"
|
short_desc="Python bindings for the Message Passing Interface (MPI) standard"
|
||||||
maintainer="Anders Damsgaard <anders@adamsgaard.dk>"
|
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
homepage="https://bitbucket.org/mpi4py/mpi4py"
|
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"
|
distfiles="$PYPI_SITE/m/mpi4py/mpi4py-${version}.tar.gz"
|
||||||
checksum=012d716c8b9ed1e513fcc4b18e5af16a8791f51e6d1716baccf988ad355c5a1f
|
checksum=40dd546bece8f63e1131c3ceaa7c18f8e8e93191a762cd446a8cfcf7f9cce770
|
||||||
|
# Tests require a sensible MPI environment
|
||||||
|
make_check=no
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
# recythonize
|
# recythonize
|
||||||
|
@ -20,6 +23,7 @@ post_extract() {
|
||||||
src/mpi4py/include/mpi4py/mpi4py.MPI_api.h \
|
src/mpi4py/include/mpi4py/mpi4py.MPI_api.h \
|
||||||
src/mpi4py.MPI.c
|
src/mpi4py.MPI.c
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.rst
|
vlicense LICENSE.rst
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue