mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
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>
33 lines
1.0 KiB
XML
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>
|