blob: 4b106db7f098b72f5d5f39eba5be5f649c422941 (
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
|
<?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="cuda">Use nvidia cuda toolkit for speeding up computations</flag>
<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>
|