diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2010-10-03 21:55:52 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2010-10-03 21:55:52 +0000 |
commit | d2f87f15cf6f03f836d98cd21ca8c8219aba0bb1 (patch) | |
tree | bca590b32db7c993b4b139426627e2e63501de4d /media-libs/qhull/metadata.xml | |
parent | Version bump (diff) | |
download | historical-d2f87f15cf6f03f836d98cd21ca8c8219aba0bb1.tar.gz historical-d2f87f15cf6f03f836d98cd21ca8c8219aba0bb1.tar.bz2 historical-d2f87f15cf6f03f836d98cd21ca8c8219aba0bb1.zip |
Added a patch for overflows. Add a patch that allows to install everything with cmake, so install include file and libararies properly now fixing bug #338964. Added longdescription and a static-libs use flag.
Package-Manager: portage-2.2_rc88/cvs/Linux x86_64
Diffstat (limited to 'media-libs/qhull/metadata.xml')
-rw-r--r-- | media-libs/qhull/metadata.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/media-libs/qhull/metadata.xml b/media-libs/qhull/metadata.xml index 5a2f1c7b832e..31adf701f53b 100644 --- a/media-libs/qhull/metadata.xml +++ b/media-libs/qhull/metadata.xml @@ -2,4 +2,16 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>sci-mathematics</herd> +<longdescription lang='en'> + Qhull computes the convex hull, Delaunay triangulation, Voronoi + diagram, halfspace intersection about a point, furthest-site + Delaunay triangulation, and furthest-site Voronoi diagram. The + source code runs in 2-d, 3-d, 4-d, and higher dimensions. Qhull + implements the Quickhull algorithm for computing the convex hull. It + handles roundoff errors from floating point arithmetic. It computes + volumes, surface areas, and approximations to the convex hull. + Qhull does not support constrained Delaunay triangulations, + triangulation of non-convex surfaces, mesh generation of non-convex + objects, or medium-sized inputs in 9-D and higher. +</longdescription> </pkgmetadata> |