Files
gentoo/sci-libs/cholmod/metadata.xml
Michał Górny 9965f14759 profiles/use.desc: Make USE=cuda global
Add a global USE=cuda.  It is used semi-consistently in 39 packages.

Signed-off-by: Michał Górny <mgorny@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/34348
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2023-12-26 11:46:05 +01:00

33 lines
1.0 KiB
XML

<?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>