blob: 0977b607c7c897d985ea0b73a0e6795d3c5f550b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
pkgbase = python-pystencils
pkgdesc = Speeding up stencil computations on CPUs and GPUs
pkgver = 1.4
pkgrel = 1
url = https://i10git.cs.fau.de/pycodegen/pystencils
arch = any
license = AGPL-3.0-or-later
checkdepends = python-pytest-cov
checkdepends = jupyter-nbformat
checkdepends = jupyter-nbconvert
checkdepends = python-matplotlib
checkdepends = python-pyevtk
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-versioneer
makedepends = python-wheel
depends = python-sympy
depends = python-numpy
depends = python-appdirs
depends = python-joblib
depends = python-yaml
depends = python-fasteners
optdepends = python-cupy: for gpu support
optdepends = python-py-cpuinfo: for alltrafos support
optdepends = python-blitzdb: for benchdb support
optdepends = python-pymongo: for benchdb support
optdepends = python-pandas: for benchdb support
optdepends = python-matplotlib: for interactive support
optdepends = python-ipy_table: for interactive support
optdepends = python-imageio: for interactive support
optdepends = jupyter-notebook: for interactive support
optdepends = python-pyevtk: for interactive support
optdepends = python-rich: for interactive support
optdepends = python-graphviz: for interactive support
source = https://i10git.cs.fau.de/pycodegen/pystencils/-/archive/release/1.4/pystencils-release-1.4.tar.gz
sha512sums = a7473ad403b328ad91872ed9a395e983f8012671adc3127f28dfbb3b18fa0a3bfb3c79db8e66e4fa332e3aeecc404ec7a636cfb2adc4b034f36a309aa0f4fce2
pkgname = python-pystencils
|