aboutsummaryrefslogtreecommitdiff
blob: c3247869e1078201d1782db6a8cc9cab71bcaf2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <herd>sci-mathematics</herd>
  <longdescription lang="en">
DOLFIN is the C++/Python interface of FEniCS, providing a consistent PSE (Problem Solving Environment) for ordinary and partial differential equations.
</longdescription>
  <use>
    <flag name="cgal">Adds support for geometric algorithms with <pkg>sci-mathematics/cgal</pkg></flag>
    <flag name="cholmod">Adds support for sparse Cholesky factorization with <pkg>sci-libs/cholmod</pkg></flag>
    <flag name="parmetis">Adds support for parallel graph partitioning with <pkg>sci-libs/parmetis</pkg></flag>
    <flag name="scotch">Adds support for graph partitioning with <pkg>sci-libs/scotch</pkg></flag>
    <flag name="umfpack">Adds support for sparse solving with <pkg>sci-libs/umfpack</pkg></flag>
  </use>
  <upstream>
    <remote-id type="launchpad">dolfin</remote-id>
  </upstream>
</pkgmetadata>