diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2012-12-19 16:55:37 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2012-12-19 16:55:37 +0000 |
commit | 499645880124cbf7abf496fbd1cd71cf00c0bc8e (patch) | |
tree | 61c89ec26543dc2786a5004d243a5aa543d96323 /dev-python/pyamg/metadata.xml | |
parent | Add ~ia64, wrt bug #351931 (diff) | |
download | gentoo-2-499645880124cbf7abf496fbd1cd71cf00c0bc8e.tar.gz gentoo-2-499645880124cbf7abf496fbd1cd71cf00c0bc8e.tar.bz2 gentoo-2-499645880124cbf7abf496fbd1cd71cf00c0bc8e.zip |
Keyword amd64-linux and x86-linux
(Portage version: 2.2.01.21418-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Diffstat (limited to 'dev-python/pyamg/metadata.xml')
-rw-r--r-- | dev-python/pyamg/metadata.xml | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/dev-python/pyamg/metadata.xml b/dev-python/pyamg/metadata.xml index 333d4cd38332..664651071141 100644 --- a/dev-python/pyamg/metadata.xml +++ b/dev-python/pyamg/metadata.xml @@ -1,8 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>sci</herd> - <longdescription lang="en">AMG is a multilevel technique for solving large-scale linear systems +<herd>sci</herd> +<longdescription lang="en"> + AMG is a multilevel technique for solving large-scale linear systems with optimal or near-optimal efficiency. Unlike geometric multigrid, AMG requires little or no geometric information about the underlying problem and develops a sequence of coarser grids directly from the @@ -15,8 +16,9 @@ * Adaptive Smoothed Aggregation (αSA) * Compatible Relaxation (CR) The predominant portion of PyAMG is written in Python with a smaller - amount of supporting C++ code for performance critical operations.</longdescription> - <upstream> - <remote-id type="google-code">pyamg</remote-id> - </upstream> + amount of supporting C++ code for performance critical operations. +</longdescription> +<upstream> + <remote-id type="google-code">pyamg</remote-id> +</upstream> </pkgmetadata> |