blob: 9e19749ce1da5a171688b57b111980496b8888b5 (
plain)
1
2
3
4
5
6
7
8
9
10
|
DESCRIPTION = "Qhull computes the convex hull, Delaunay triangulation, Voronoi diagram, halfspace intersection about a point, furthest-site Delaunay triangulation, and furthest-site Voronoi diagram. "
LICENSE = "unknown"
SRC_URI = "http://www.qhull.org/download/qhull-${PV}.tar.gz"
inherit autotools_stage lib_package
|