blob: c828a011370a5f955bfd4fd66621f9dfb05271b7 (
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
|
pkgbase = python-gustaf
pkgdesc = Process and visualize numerical-analysis-geometries
pkgver = 0.1.2
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
depends = python-packaging
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=790638da5d78659c71f6aef067e67dc96541a3d0
sha512sums = f29cfe9bc656476c87f18375e366fa7e4f496134491fe560debe6177524454de642a5d933802acffdef05dec401a4b7179ed8d1c4a6de73154d10299f55d06c4
pkgname = python-gustaf
|