From 076628b7938afe7b33941f80fe60c21939e86eca Mon Sep 17 00:00:00 2001 From: Anders Damsgaard Date: Mon, 19 Aug 2019 13:57:26 +0200 Subject: [PATCH] New package: python3-mpi4py-3.0.2 --- srcpkgs/python3-mpi4py/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/python3-mpi4py/template diff --git a/srcpkgs/python3-mpi4py/template b/srcpkgs/python3-mpi4py/template new file mode 100644 index 00000000000..94a83b688f2 --- /dev/null +++ b/srcpkgs/python3-mpi4py/template @@ -0,0 +1,20 @@ +# Template file for 'python3-mpi4py' +pkgname=python3-mpi4py +version=3.0.2 +revision=1 +wrksrc="mpi4py-${version}" +build_style=python3-module +pycompile_module="mpi4py" +hostmakedepends="python3-setuptools python3-Cython gcc-fortran openmpi" +makedepends="python3-devel openmpi-devel" +depends="openmpi" +short_desc="Python bindings for the Message Passing Interface (MPI) standard" +maintainer="Anders Damsgaard " +license="BSD-2-Clause" +homepage="https://bitbucket.org/mpi4py/mpi4py" +distfiles="$PYPI_SITE/m/mpi4py/mpi4py-${version}.tar.gz" +checksum=f8d629d1e3e3b7b89cb99d0e3bc5505e76cc42089829807950d5c56606ed48e0 + +post_install() { + vlicense LICENSE.rst +}