summaryrefslogtreecommitdiff
path: root/sci-libs/umfpack/metadata.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/umfpack/metadata.xml')
-rw-r--r--sci-libs/umfpack/metadata.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/sci-libs/umfpack/metadata.xml b/sci-libs/umfpack/metadata.xml
new file mode 100644
index 000000000000..412bad8f33e1
--- /dev/null
+++ b/sci-libs/umfpack/metadata.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>sci@gentoo.org</email>
+ <name>Gentoo Science Project</name>
+ </maintainer>
+ <longdescription lang="en">
+ UMFPACK is a set of routines for solving unsymmetric sparse linear
+ systems, Ax=b, using the Unsymmetric MultiFrontal method.
+ Includes a C-callable interface, and a Fortran-callable interface.
+ MATLAB routines are not included in the Gentoo package.
+</longdescription>
+ <use>
+ <flag name="cholmod">Use <pkg>sci-libs/cholmod</pkg> for matrix
+ ordering</flag>
+ </use>
+</pkgmetadata>