blob: daa948b9df6465f98c86e7c7b9c84e5eed4d9f6c (
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
|
pkgbase = python-nutils
pkgdesc = Numerical Utilities for Finite Element Analysis
pkgver = 9.2
pkgrel = 1
url = https://github.com/evalf/nutils
arch = any
license = MIT
checkdepends = python-pytest
checkdepends = python-matplotlib
checkdepends = graphviz
checkdepends = python-scipy
checkdepends = intel-oneapi-mkl
checkdepends = python-meshio
makedepends = python-build
makedepends = python-installer
makedepends = python-flit-core
depends = python-appdirs
depends = python-numpy
depends = python-nutils-poly
depends = python-stringly
depends = python-treelog
optdepends = python-scipy: for Scipy matrix backend support
optdepends = intel-oneapi-mkl: for MKL matrix backend support
optdepends = python-matplotlib: for interpolation support
optdepends = python-meshio: for parsing gmsh files
source = nutils-9.2.tar.gz::https://github.com/evalf/nutils/archive/v9.2.tar.gz
sha512sums = 965bd298b6b3b93d54a94a72aa8c54032ca91e69f15245ee8da1588b1f96ddbaf6438a165bf3077a364730049e3658efbd5dcfd3ed1a5bef2c2745411b317821
pkgname = python-nutils
|