summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2014-01-14 18:52:06 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2014-01-14 18:52:06 +0000
commit06d6cb9ecf41e915114b840cbda1048ee78bd52a (patch)
treebda5e2065a6f02301bfb75c93f0ad95a0c11bce3 /sci-libs/mumps/metadata.xml
parentMarked ~x64-macos (diff)
downloadhistorical-06d6cb9ecf41e915114b840cbda1048ee78bd52a.tar.gz
historical-06d6cb9ecf41e915114b840cbda1048ee78bd52a.tar.bz2
historical-06d6cb9ecf41e915114b840cbda1048ee78bd52a.zip
Initial import in main tree
Package-Manager: portage-2.2.8-prefix/cvs/Linux x86_64 Manifest-Sign-Key: 0x13CB1360
Diffstat (limited to 'sci-libs/mumps/metadata.xml')
-rw-r--r--sci-libs/mumps/metadata.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/sci-libs/mumps/metadata.xml b/sci-libs/mumps/metadata.xml
new file mode 100644
index 000000000000..3aa8aad22ee4
--- /dev/null
+++ b/sci-libs/mumps/metadata.xml
@@ -0,0 +1,18 @@
+<?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>