aboutsummaryrefslogtreecommitdiff
blob: 825ec87c28d399530240fa1d24f9f022509a73d4 (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
30
31
32
33
34
35
36
37
38
39
40
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<email>tamiko@gentoo.org</email>
		<name>Matthias Maier</name>
	</maintainer>
	<maintainer type="project">
		<email>sci@gentoo.org</email>
		<name>Gentoo Science Project</name>
	</maintainer>
	<longdescription lang="en">
deal.II is a C++ program library targeted at the computational solution
of partial differential equations using adaptive finite elements. It uses
state-of-the-art programming techniques to offer you a modern interface
to the complex data structures and algorithms required.
	</longdescription>
	<use>
		<flag name="arpack">Adds support for ARPACK (<pkg>sci-libs/arpack</pkg>)</flag>
		<flag name="debug">
Build an additional debug library with extra debug codepaths, like asserts
and extra output. If you want to get meaningful backtraces see
&lt;http://www.gentoo.org/proj/en/qa/backtraces.xml&gt;</flag>
		<flag name="c++11">Compile the library with -std=c++11</flag>
		<flag name="mesh_converter">Build and install the mesh_converter executable</flag>
		<flag name="metis">Add support for metis (<pkg>sci-libs/metis</pkg>)</flag>
		<flag name="mumps">Add support for mumps (<pkg>sci-libs/mumps</pkg>)</flag>
		<flag name="muparser">Add support for muparser (<pkg>dev-cpp/muParser</pkg>)</flag>
		<flag name="opencascade">Add support for opencascade (<pkg>sci-libs/opencascade</pkg>)</flag>
		<flag name="p4est">Add support for p4est (<pkg>sci-mathematics/p4est</pkg>)</flag>
		<flag name="parameter_gui">Build and install the parameter_gui executable</flag>
		<flag name="petsc">Add support for petsc (<pkg>sci-libs/petsc</pkg>)</flag>
		<flag name="sparse">Add support for suitesparse (<pkg>sci-libs/suitesparse</pkg>)</flag>
		<flag name="tbb">Add threading support with the help of the tbb library (<pkg>dev-cpp/tbb</pkg>)</flag>
		<flag name="trilinos">Add support for trilinos (<pkg>sci-libs/trilinos</pkg>)</flag>
	</use>
	<upstream>
		<remote-id type="github">dealii/dealii</remote-id>
	</upstream>
</pkgmetadata>