The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / qhull / Config.in
1 config BR2_PACKAGE_QHULL
2         bool "qhull"
3         depends on BR2_INSTALL_LIBSTDCPP
4         depends on !BR2_STATIC_LIBS
5         help
6           Qhull computes the convex hull, Delaunay triangulation,
7           Voronoi diagram, halfspace intersection about a point,
8           furthest-site Delaunay triangulation, and furthest-site
9           Voronoi diagram. The source code runs in 2-d, 3-d, 4-d, and
10           higher dimensions. Qhull implements the Quickhull algorithm
11           for computing the convex hull. It handles roundoff errors
12           from floating point arithmetic. It computes volumes, surface
13           areas, and approximations to the convex hull.
14
15           http://www.qhull.org
16
17 comment "qhull needs a toolchain w/ C++, dynamic library"
18         depends on !BR2_INSTALL_LIBSTDCPP
19         depends on BR2_STATIC_LIBS