blob: a46e2e35054489c1285ec30f2fe2889f771d40a5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
pkgbase = python-gustaf
pkgdesc = Process and visualize numerical-analysis-geometries
pkgver = 0.0.26
pkgrel = 1
url = https://tataratat.github.io/gustaf
arch = any
license = MIT
checkdepends = python-pytest
checkdepends = python-napf
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = python-numpy
optdepends = python-vedo: for renderer and visualization
optdepends = python-scipy: for create k-d tree
optdepends = python-meshio: for load and export numerous mesh formats
optdepends = python-napf: for fast k-d tree build
optdepends = python-funi: for find unique float array rows
source = git+https://github.com/tataratat/gustaf.git#commit=23ebe6e14ff9ccdd05b802d1978239ff9496ed22
sha512sums = 375998323e6279521f020c11a46ce8caca73481a535cf44fa2e840178c9b71e7e1b9a3d0f9ddfcffb2cf80474156678274bca6e01023434fd613234f196e4eb4
pkgname = python-gustaf
|