diff options
Diffstat (limited to 'sci-libs/umfpack/metadata.xml')
-rw-r--r-- | sci-libs/umfpack/metadata.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sci-libs/umfpack/metadata.xml b/sci-libs/umfpack/metadata.xml new file mode 100644 index 000000000000..5900c94fd527 --- /dev/null +++ b/sci-libs/umfpack/metadata.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>sci</herd> + <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> |