blob: 3a402983967806eb934f2400b34926d9f2e57640 (
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-fipy
pkgdesc = Partial differential equation solver for Python, based on finite volume approach.
pkgver = 3.4.2.1
pkgrel = 1
url = http://www.ctcms.nist.gov/fipy
arch = any
license = custom:Public Domain
makedepends = python2-setuptools
makedepends = python-setuptools
makedepends = python
makedepends = python-future
makedepends = python2-future
optdepends = gmsh: creation of irregular meshes
source = fipy-3.4.2.1.tar.gz::https://github.com/usnistgov/fipy/archive/3.4.2.1.tar.gz
sha256sums = f7dfeb1aaf7c723c7287e7c9a6978f2c7c4828a87bfa11d901b0f8c319a3b0ee
pkgname = python-fipy
depends = python
depends = python-numpy
depends = python-scipy
depends = python-matplotlib
pkgname = python2-fipy
depends = python2
depends = python2-numpy
depends = python2-scipy
depends = python2-matplotlib
|