Package qhull: Information

    Source package: qhull
    Version: 2020.2-alt4
    Build time:  Jan 19, 2026, 11:00 AM
    Report package bug
    License: BSD-style
    Summary: General dimension convex hull programs
    Description: 
    Qhull is a general dimension convex hull program that reads a set
    of points from stdin, and outputs the smallest convex set that contains
    the points to stdout.  It also generates Delaunay triangulations, Voronoi
    diagrams, furthest-site Voronoi diagrams, and halfspace intersections
    about a point.
    
    Rbox is a useful tool in generating input for Qhull; it generates
    hypercubes, diamonds, cones, circles, simplices, spirals,
    lattices, and random points.
    
    Qhull produces graphical output for Geomview.  This helps with
    understanding the output. <http://www.geomview.org>

    List of RPM packages built from this SRPM:
    libqhull-devel (loongarch64)
    libqhull_r8.0 (loongarch64)
    libqhull_r8.0-debuginfo (loongarch64)
    libqhullcpp8.0 (loongarch64)
    libqhullcpp8.0-debuginfo (loongarch64)
    qhull (loongarch64)
    qhull-debuginfo (loongarch64)
    qhull-doc (noarch)

    Maintainer: Anton Midyukov


      1. cmake
      2. gcc-c++
      3. gcc-fortran
      4. rpm-macros-cmake

    Last changed


    Jan. 18, 2026 Anton Midyukov 2020.2-alt4
    - Build libqhullcpp as shared library.
    - Disable build static libraries.
    - Split libqhull by libqhull_r%sover and libqhullcpp%sover subpackages.
    - Cleanup spec, update URL, add VCS tag.
    Dec. 5, 2025 Arseniy Romenskiy 2020.2-alt3
    - Add libqhullcpp-devel-static and libqhull-devel-static.
    - Remove DBUILD_STATIC_LIBS=OFF.
    May 15, 2025 Grigory Ustinov 2020.2-alt2
    - Fixed FTBFS.