diff options
author | 2013-09-17 16:24:23 +0000 | |
---|---|---|
committer | 2013-09-17 16:24:23 +0000 | |
commit | b99dd4c1ad02880d82c049dc702bfa4e0f490ce1 (patch) | |
tree | 2370e8f436964c21cf124a9f4c1e0f4dae7c6411 /dev-python/pyamg/metadata.xml | |
parent | dev-python/python-geoclue: Add missing dep on dev-python/pygobject:2, #483490 (diff) | |
download | gentoo-2-b99dd4c1ad02880d82c049dc702bfa4e0f490ce1.tar.gz gentoo-2-b99dd4c1ad02880d82c049dc702bfa4e0f490ce1.tar.bz2 gentoo-2-b99dd4c1ad02880d82c049dc702bfa4e0f490ce1.zip |
Version bump
(Portage version: 2.2.4.22351-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 | 24 |
1 files changed, 7 insertions, 17 deletions
diff --git a/dev-python/pyamg/metadata.xml b/dev-python/pyamg/metadata.xml index 705df21b1afb..106c66bc219b 100644 --- a/dev-python/pyamg/metadata.xml +++ b/dev-python/pyamg/metadata.xml @@ -1,24 +1,14 @@ <?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 - 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 - input matrix. This feature is especially important for problems - discretized on unstructured meshes and irregular grids. - PyAMG features implementations of: - * Ruge-Stuben (RS) or Classical AMG - * AMG based on Smoothed Aggregation (SA) - and experimental support for: - * Adaptive Smoothed Aggregation (αSA) - * Compatible Relaxation (CR) +<herd>sci</herd> +<longdescription lang="en"> + PyAMG is a library of Algebraic Multigrid (AMG) solvers with a + Python interface. 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> +<upstream> + <remote-id type="pypi">pyamg</remote-id> +</upstream> </pkgmetadata> |