blob: 59ebec5e37a57be00cb323f244d64565ee0d066a (
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
|
pkgbase = python-fluiddyn
pkgdesc = Framework for studying fluid dynamics
pkgver = 0.9.0
pkgrel = 1
url = https://foss.heptapod.net/fluiddyn/fluiddyn
arch = any
license = CECILL-B
checkdepends = python-pytest
checkdepends = python-scipy
checkdepends = ipython
makedepends = python-build
makedepends = python-installer
makedepends = python-pdm-backend
makedepends = python-wheel
depends = python-matplotlib
depends = python-h5netcdf
depends = python-psutil
depends = python-distro
depends = python-simpleeval
optdepends = python-pyfftw: Calculate FFT
optdepends = python-pulp: LP problem support
optdepends = python-mpi4py: MPI support
optdepends = python-scikit-image
optdepends = python-opencv
source = https://foss.heptapod.net/fluiddyn/fluiddyn/-/archive/0.9.0/fluiddyn-0.9.0.tar.gz
sha512sums = 4086fff873754ed7b2d3fa31affb47cd71fdd6d246eefbcbbd153f42c6be0db414a85e2012bf321d50f6e3ec5cb9aa2e1c38185dc92fd63254792b9882c3d827
pkgname = python-fluiddyn
|