blob: f42f0c8754ae11f325d0eeda555fc8380828fb51 (
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
|
pkgbase = python-foamlib
pkgdesc = A Python interface for interacting with OpenFOAM
pkgver = 1.7.1
pkgrel = 1
url = https://github.com/gerlero/foamlib
arch = any
license = GPL-3.0-or-later
checkdepends = python-pytest
makedepends = python-build
makedepends = python-installer
makedepends = python-uv-build
depends = python-aioshutil
depends = python-multicollections
depends = python-numpy
depends = python-pyparsing
depends = python-rich
optdepends = openfoam-com: required to run simulations (openfoam.com distribution)
optdepends = openfoam-org: required to run simulations (openfoam.org distribution)
optdepends = python-pandas: preprocessing, postprocessing, and examples
optdepends = python-pydantic: preprocessing and examples
optdepends = python-defusedxml: postprocessing and examples
optdepends = python-plotly: examples
optdepends = python-scipy: examples
source = foamlib-1.7.1.tar.gz::https://github.com/gerlero/foamlib/archive/v1.7.1.tar.gz
sha512sums = 99bcfdd8a35fb1c748dc19bceb986d77f47cbc60d16f0ebf82aa8dc04cab607bd71141a6d2b8e4aa8babba372a9c64d4a13f42b09eea688f04979fa7e286c9c8
pkgname = python-foamlib
|