summaryrefslogtreecommitdiff
path: root/sci-libs/cholmod/metadata.xml
blob: baceb4a3e5f70cb5f818102eddd8e4137b9287a8 (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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer type="project">
    <email>sci@gentoo.org</email>
    <name>Gentoo Science Project</name>
  </maintainer>
  <use>
    <flag name="cholesky">
      Enable sparse Cholesky factorisation
    </flag>
    <flag name="matrixops">
      Support basic sparse and dense matrix operations (add, multiply,
      scale, et cetera)
    </flag>
    <flag name="modify">
      Enable Cholesky-modification routines like update, downdate,
      row-add, and row-delete
    </flag>
    <flag name="partition">
      Enable graph partitioning and graph-partition-based orderings
      through <pkg>sci-libs/metis</pkg> (using a bundled fork in 4.0.0+)
      or <pkg>sci-libs/parmetis</pkg>
    </flag>
    <flag name="supernodal">
      supernodal cholesky factorisation
    </flag>
  </use>
  <upstream>
    <remote-id type="github">DrTimothyAldenDavis/SuiteSparse</remote-id>
  </upstream>
</pkgmetadata>