You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-libs/mumps/metadata.xml

19 lines
769 B

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>sci</herd>
<longdescription lang='en'>
MUltifrontal Massively Parallel sparse direct Solver implements a
direct solver for large sparse linear systems, with a particular
focus on symmetric positive definite matrices. It can operate on
distributed matrices e.g. over a cluster. It has Fortran and C
interfaces, and can interface with ordering tools such
as Scotch or Metis.
</longdescription>
<use>
<flag name="metis">Enable matrix ordering with METIS
(<pkg>sci-libs/metis</pkg>, <pkg>sci-libs/parmetis</pkg>)</flag>
<flag name="scotch">Enable matrix ordering with <pkg>sci-libs/scotch</pkg></flag>
</use>
</pkgmetadata>