diff options
author | Matthias Maier <tamiko@gentoo.org> | 2018-11-25 18:05:07 -0600 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2018-11-25 18:28:46 -0600 |
commit | ab4d464bab7521e8b644305e47964185d0e0b7f3 (patch) | |
tree | 18dbb21915e6ff41912aabbebafec94a715f0aa0 /sci-libs/parmetis/metadata.xml | |
parent | mail-filter/amavisd-new: new revision to clean up auxiliary init scripts. (diff) | |
download | gentoo-ab4d464bab7521e8b644305e47964185d0e0b7f3.tar.gz gentoo-ab4d464bab7521e8b644305e47964185d0e0b7f3.tar.bz2 gentoo-ab4d464bab7521e8b644305e47964185d0e0b7f3.zip |
sci-libs/parmetis: move parmetis to main repository
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Diffstat (limited to 'sci-libs/parmetis/metadata.xml')
-rw-r--r-- | sci-libs/parmetis/metadata.xml | 26 |
1 files changed, 15 insertions, 11 deletions
diff --git a/sci-libs/parmetis/metadata.xml b/sci-libs/parmetis/metadata.xml index 744c4ff57d0c..cf1b66e81268 100644 --- a/sci-libs/parmetis/metadata.xml +++ b/sci-libs/parmetis/metadata.xml @@ -1,16 +1,20 @@ <?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"> - ParMETIS is an MPI-based parallel library that implements a variety - of algorithms for partitioning unstructured graphs and for computing - fill-reducing orderings of sparse matrices. ParMETIS extends the - functionality provided by METIS and includes routines that are - especially suited for parallel AMR computations and large scale - numerical simulations. + <maintainer type="project"> + <email>sci@gentoo.org</email> + <name>Gentoo Science Project</name> + </maintainer> + <longdescription lang="en"> +ParMETIS is an MPI-based parallel library that implements a variety +of algorithms for partitioning unstructured graphs and for computing +fill-reducing orderings of sparse matrices. ParMETIS extends the +functionality provided by METIS and includes routines that are +especially suited for parallel AMR computations and large scale +numerical simulations. </longdescription> + <use> + <flag name="int64">Build the 64 bits integer library (needed for > 2^31 vertices)</flag> + <flag name="double-precision">Floating-point operation done as double precision</flag> + </use> </pkgmetadata> |