blob: ec3786e6b7c7f108cee32b81880d49c402e6f0fb (
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.23
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=01b5676520109e8e9d1bff56b98ff4f7de2e8ada
sha512sums = SKIP
pkgname = python-gustaf
|