blob: 3941bec83a65e4187cc6477332e9a50a63bc1603 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
pkgbase = python-pyprecice
pkgdesc = Python language bindings for the preCICE coupling library
pkgver = 3.4.0
pkgrel = 1
url = https://github.com/precice/python-bindings
arch = x86_64
license = LGPL-3.0-or-later
makedepends = python-build
makedepends = python-installer
makedepends = cython
makedepends = python-pkgconfig
makedepends = python-setuptools-git-versioning
makedepends = python-wheel
makedepends = git
depends = precice
depends = python-mpi4py
source = git+https://github.com/precice/python-bindings.git#tag=v3.4.0
sha512sums = 2d9782a42af294f537caa3a94b0f9b86f06133bd9ddb54b8443724a02388d79e66280e685455208f8f0fee7d11ae56d80a8d613133dd345fdece5742ef3f6e5f
pkgname = python-pyprecice
|