diff options
Diffstat (limited to 'sci-libs/lis/metadata.xml')
-rw-r--r-- | sci-libs/lis/metadata.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sci-libs/lis/metadata.xml b/sci-libs/lis/metadata.xml new file mode 100644 index 000000000000..95e0b1af2dd1 --- /dev/null +++ b/sci-libs/lis/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"> + Lis, a Library of Iterative Solvers for linear systems, is a + scalable parallel library for solving systems of linear equations + and standard eigenvalue problems with real sparse matrices using + iterative methods. +</longdescription> + <use> + <flag name="saamg">Build the Smoothed Aggregation Algebraic MultiGrid preconditioner</flag> + <flag name="quad">Enable quadruple precision operations</flag> + </use> +</pkgmetadata> |