1 | PortSystem 1.0 |
---|
2 | |
---|
3 | name qhull |
---|
4 | version 2003.1 |
---|
5 | categories math |
---|
6 | maintainers mmoll@cs.rice.edu |
---|
7 | |
---|
8 | description Programs and library for computing convex hulls. |
---|
9 | long_description \ |
---|
10 | Qhull computes the convex hull, Delaunay triangulation, Voronoi \ |
---|
11 | diagram, halfspace intersection about a point, furthest-site \ |
---|
12 | Delaunay triangulation, and furthest-site Voronoi diagram. The \ |
---|
13 | software runs in 2-d, 3-d, 4-d, and higher dimensions. Qhull \ |
---|
14 | implements the Quickhull algorithm for computing the convex hull. \ |
---|
15 | It handles roundoff errors from floating point arithmetic. Qhull \ |
---|
16 | also computes volumes, surface areas, and approximations to the \ |
---|
17 | convex hull. |
---|
18 | |
---|
19 | homepage http://www.qhull.org |
---|
20 | distname ${name}-${version} |
---|
21 | master_sites ${homepage}/download |
---|
22 | extract.suffix .tar.gz |
---|
23 | checksums md5 48228e26422bff85ef1f45df5b6e3314 |
---|
24 | configure.args --mandir=${prefix}/share/man |
---|
25 | |
---|