1 config BR2_PACKAGE_QHULL
3 depends on BR2_INSTALL_LIBSTDCPP
4 depends on !BR2_STATIC_LIBS
5 depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_4 # needs gcc >= 4.4
7 Qhull computes the convex hull, Delaunay triangulation,
8 Voronoi diagram, halfspace intersection about a point,
9 furthest-site Delaunay triangulation, and furthest-site
10 Voronoi diagram. The source code runs in 2-d, 3-d, 4-d, and
11 higher dimensions. Qhull implements the Quickhull algorithm
12 for computing the convex hull. It handles roundoff errors
13 from floating point arithmetic. It computes volumes, surface
14 areas, and approximations to the convex hull.
18 comment "qhull needs a toolchain w/ C++, dynamic library, gcc >= 4.4"
19 depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_4