python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / qhull / Config.in
blob0a4b60ffbeb7441579bc899e13de126dcf024136
1 config BR2_PACKAGE_QHULL
2         bool "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
6         help
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.
16           http://www.qhull.org
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