Files
gentoo/sci-libs/metis/metadata.xml
Andrew Ammerlaan 1a178de287 sci-libs/metis: add 5.2.1
Bug: https://bugs.gentoo.org/905318
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
2023-05-02 15:57:30 +02:00

23 lines
947 B
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>
<longdescription lang="en">
METIS is a set of serial programs for partitioning graphs,
partitioning finite element meshes, and producing fill reducing
orderings for sparse matrices. The algorithms implemented in METIS are
based on the multilevel recursive-bisection, multilevel k-way, and
multi-constraint partitioning schemes.
</longdescription>
<use>
<flag name="double-precision">Use double- rather than single-precision floating-point representation</flag>
<flag name="int64">Use 64- rather than 32-bit integer representation (needed for &gt; 2^31 vertices)</flag>
</use>
<upstream>
<remote-id type="github">KarypisLab/METIS</remote-id>
</upstream>
</pkgmetadata>