blob: b6009eef5dd4a02182ea0db112c9fed6fd3ca892 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
pkgbase = python2-mpi4py
pkgdesc = Python2 bindings of the Message Passing Interface (MPI)
pkgver = 3.1.3
pkgrel = 2
url = https://github.com/mpi4py/mpi4py
arch = i686
arch = x86_64
license = BSD
checkdepends = python2-numpy
makedepends = python2-setuptools
depends = python2
depends = openmpi
source = https://github.com/mpi4py/mpi4py/releases/download/3.1.3/mpi4py-3.1.3.tar.gz
sha256sums = f1e9fae1079f43eafdd9f817cdb3fd30d709edc093b5d5dada57a461b2db3008
pkgname = python2-mpi4py
|