mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
the license indicates we probably still need the fetch restriction. Closes: https://bugs.gentoo.org/905318 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
20 lines
745 B
XML
20 lines
745 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">
|
|
ParMETIS is an MPI-based parallel library that implements a variety
|
|
of algorithms for partitioning unstructured graphs and for computing
|
|
fill-reducing orderings of sparse matrices. ParMETIS extends the
|
|
functionality provided by METIS and includes routines that are
|
|
especially suited for parallel AMR computations and large scale
|
|
numerical simulations.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="github">KarypisLab/ParMETIS</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|