summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: b26b5565228dce957b77e74988df42af15b4ad5a (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 = dune-fem
	pkgdesc = A discretization module providing an implementation of mathematical abstractions to solve PDEs on parallel computers including local grid adaptivity, dynamic load balancing, and higher order discretization schemes
	pkgver = 2.9.1
	pkgrel = 1
	url = https://dune-project.org/modules/dune-fem
	arch = x86_64
	license = GPL-2.0-or-later
	makedepends = doxygen
	makedepends = graphviz
	makedepends = python-scikit-build
	depends = dune-alugrid>=2.9.1
	depends = dune-istl>=2.9.1
	depends = dune-localfunctions>=2.9.1
	depends = python-matplotlib
	depends = python-scipy
	depends = python-fenics-ufl
	optdepends = doxygen: Generate the class documentation from C++ sources
	optdepends = graphviz: Graph visualization software
	optdepends = eigen: Lightweight C++ template library for vector and matrix math
	optdepends = papi: for events supported
	optdepends = dune-spgrid: for implement structured, parallel grid
	optdepends = dune-polygongrid: for implement DUNE grid consisting of polygons
	optdepends = dune-p4estgrid: for implement grid interface using p4est
	source = https://gitlab.dune-project.org/dune-fem/dune-fem/-/archive/v2.9.1/dune-fem-v2.9.1.tar.gz
	sha512sums = 265e34d7ce4d906dc8519b024261496b6d8891462d189c7491413906f59f06d1ef56f9a466ac3c856ed037645be2f25dc6e440ab1e537a608a245cc242a2d1af

pkgname = dune-fem