Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: qhull | Distribution: SUSE Linux Framework One |
Version: 2020.2 | Vendor: SUSE LLC <https://www.suse.com/> |
Release: slfo.1.1.7 | Build date: Mon Aug 26 11:19:00 2024 |
Group: Development/Libraries/C and C++ | Build host: h02-armsrv3 |
Size: 1475911 | Source RPM: qhull-2020.2-slfo.1.1.7.src.rpm |
Packager: https://www.suse.com/ | |
Url: http://www.qhull.org | |
Summary: Computing convex hulls, Delaunay triangulations and Voronoi diagrams |
Qhull computes the convex hull, Delaunay triangulation, Voronoi diagram, halfspace intersection about a point, furthest-site Delaunay triangulation, and furthest-site Voronoi diagram. The source code runs in 2D and higher dimensions. Qhull implements the Quickhull algorithm for computing the convex hull. It handles roundoff errors from floating point arithmetic. It computes volumes, surface areas, and approximations to the convex hull. Qhull does not support constrained Delaunay triangulations, triangulation of non-convex surfaces, mesh generation of non-convex objects, or medium-sized inputs in 9-D and higher.
Qhull
* Tue May 24 2022 christophe@krop.fr - Fix rpmlint errors: * E: double-slash-in-pkgconfig-path * E: binary-or-shlib-defines-rpath (boo#1199059) - Fix incorrect includedir path in qhull.pc * Mon Mar 29 2021 badshah400@gmail.com - Drop deprecated (non-reentrant) qhull headers since we don't provide the corresponding shared lib. - Move the qhull_r libs, headers, related files into new shared lib libqhull_r and qhull_r-devel packages as appropriate; have qhull_r-devel provide qhull-devel. - Move qhullcpp library, headers, and pkgconfig file into separate qhullcpp-devel-static package. - qhullcpp is only supported as static library and needs to be built with "-ffat-lto-objects"; add this to CXXFLAGS. - Delete unnecessary pkgconfig files corresponding to static libs that are not built/installed. * Fri Oct 23 2020 stefan.bruens@rwth-aachen.de - updated to 2020.2 (8.0.2): * Qhull 202.2 updates Qhull's builds and Qhull's C++ interface. See https://github.com/qhull/qhull/wiki for details. - updated to 2020.1 (8.0.2): * Qhull 2020.1 enhances the C++ interface with QhullUser and support for Voronoi diagrams. See user_eg3 for C++ examples. * Qhull builds support pkg-config, SONAME, DESTDIR for staged installs, PREFIX, QhullExport, and CMAKE_CURRENT_SOURCE_DIR. - Drop 0001-Allow-disabling-of-static-or-shared-library-builds.patch - Rebase 0002-Remove-tools-from-CMake-exported-targets.patch * Wed Jul 08 2020 stefan.bruens@rwth-aachen.de - Fix static library references in CMake files, replace 0001-Link-tools-to-shared-library.patch with upstream 0001-Allow-disabling-of-static-or-shared-library-builds.patch - Also remove references to tools in CMake files, add 0002-Remove-tools-from-CMake-exported-targets.patch * Sun Feb 16 2020 stefan.bruens@rwth-aachen.de - Add missing dependency from devel package to shared library. - Use shared linking for qhull tools. 0001-Link-tools-to-shared-library.patch * Thu Jan 30 2020 stefan.bruens@rwth-aachen.de - Correct name of the library package according to SLPP - the current and older versions both packaged libqhull.so.7, but due to the full version in the package name (libqhull7-7_3_2) it was not considered an update of the old one (libqhull7-7_2_0). * Fri Nov 29 2019 stefan.bruens@rwth-aachen.de - updated to 2019.1 (7.3.2): * A large number of changes, please see included Changes.txt - General spec-file cleanups * Wed Jul 12 2017 jengelh@inai.de - RPM group fix - Compact description a bit * Mon Jul 10 2017 toddrme2178@gmail.com - updated to 2015.2 (7.2.0): * A large number of changes, please see: https://github.com/qhull/qhull/blob/5a79a0009454c86e9848646b3c296009125231bf/src/Changes.txt - Update to more recent macros - General spec-file cleanups * Mon Sep 01 2014 hrvoje.senjan@gmail.com - Change license to Qhull - it is now recognized by spdx.org * Mon Aug 05 2013 hrvoje.senjan@gmail.com - enable CMAKE_SKIP_INSTALL_RPATH option so RPATH is ommited from install tree * Thu Mar 08 2012 cfarrell@suse.com - license update: SUSE-Qhull Use SUSE- proprietary prefix until Qhull (incidentially, also the Fedora designation for the license) is accepted upstream at spdx.org * Thu Feb 23 2012 saschpe@suse.de - Add some detail about the version update to 2012.1 * Wed Feb 22 2012 pgajdos@suse.com - updated to 2012.1.2 (6_3_1_1494) - upstreamed liblibname.patch * Tue Feb 21 2012 pgajdos@suse.com - updated to 2012.1.1 (6_3_1_1490): - Require option 'Qz' for Delaunay triangulation/Voronoi diagram of cocircular/cospherical points [D. Sheehy] - qh_errexit: Do not call qh_printsummary or qh_printstats on qh_ERRinput - Change error QH6227 (all degenerate) from qh_ERRinput to qh_ERRprec - Change error QH6159 (ID overflow) from qh_ERRinput to qh_ERRqhull - eg/q_eg, q_egtest, q_test: Run if qconvex is in $PATH [M. Atzeri] * Mon Jan 30 2012 pgajdos@suse.com - updated to 2012.1: - Add config to distribution - Add testqset to config build - config/bootstrap.sh copies program files into src/libqhull * Mon Nov 28 2011 idoenmez@suse.de - Fix duplicate files * Mon Sep 19 2011 pgajdos@suse.com - updated to 2011.1: * Remove deprecated libqhull/qhull.h. Use libqhull/libqhull.h instead. * QhullFacet: Added isSimplicial, isTopOrient, isTriCoplanar, isUpperDelaunay * Added Qhull::defineVertexFacetNeighbors() for facetNeighbors of vertices. Automatically called for facet merging and Voronoi diagrams Do not print QhullVertex::facetNeighbors is !facetNeighborsDefined() * Add Fixup identifiers * QhullError: Add copy constructor, assignment operator, and destructor * Add throw() specifiers to RoadError and QhullError * Renamed RoadError::defined() to RoadError::isDefined() * Add #error to Qhull.h if qh_QHpointer is not defined * etc. see Changes.txt * Tue Jul 20 2010 johannesobermayr@gmx.de - initial package * next branch of git://gitorious.org/qhull/qhull.git - susepatches.diff * fix build breakage caused by serious compiler warnings
/usr/bin/qconvex /usr/bin/qdelaunay /usr/bin/qhalf /usr/bin/qhull /usr/bin/qvoronoi /usr/bin/rbox /usr/share/doc/packages/qhull /usr/share/doc/packages/qhull/Announce.txt /usr/share/doc/packages/qhull/README.txt /usr/share/doc/packages/qhull/REGISTER.txt /usr/share/doc/packages/qhull/html /usr/share/doc/packages/qhull/html/index.htm /usr/share/doc/packages/qhull/html/normal_voronoi_knauss_oesterle.jpg /usr/share/doc/packages/qhull/html/qconvex.htm /usr/share/doc/packages/qhull/html/qdelau_f.htm /usr/share/doc/packages/qhull/html/qdelaun.htm /usr/share/doc/packages/qhull/html/qh--4d.gif /usr/share/doc/packages/qhull/html/qh--cone.gif /usr/share/doc/packages/qhull/html/qh--dt.gif /usr/share/doc/packages/qhull/html/qh--geom.gif /usr/share/doc/packages/qhull/html/qh--half.gif /usr/share/doc/packages/qhull/html/qh--rand.gif /usr/share/doc/packages/qhull/html/qh-code.htm /usr/share/doc/packages/qhull/html/qh-eg.htm /usr/share/doc/packages/qhull/html/qh-faq.htm /usr/share/doc/packages/qhull/html/qh-get.htm /usr/share/doc/packages/qhull/html/qh-impre.htm /usr/share/doc/packages/qhull/html/qh-optc.htm /usr/share/doc/packages/qhull/html/qh-optf.htm /usr/share/doc/packages/qhull/html/qh-optg.htm /usr/share/doc/packages/qhull/html/qh-opto.htm /usr/share/doc/packages/qhull/html/qh-optp.htm /usr/share/doc/packages/qhull/html/qh-optq.htm /usr/share/doc/packages/qhull/html/qh-optt.htm /usr/share/doc/packages/qhull/html/qh-quick.htm /usr/share/doc/packages/qhull/html/qh_findbestfacet-drielsma.pdf /usr/share/doc/packages/qhull/html/qhalf.htm /usr/share/doc/packages/qhull/html/qhull-cpp.xml /usr/share/doc/packages/qhull/html/qhull.htm /usr/share/doc/packages/qhull/html/qhull.man /usr/share/doc/packages/qhull/html/qhull.txt /usr/share/doc/packages/qhull/html/qvoron_f.htm /usr/share/doc/packages/qhull/html/qvoronoi.htm /usr/share/doc/packages/qhull/html/rbox.htm /usr/share/doc/packages/qhull/html/rbox.man /usr/share/doc/packages/qhull/html/rbox.txt /usr/share/doc/packages/qhull/index.htm /usr/share/doc/packages/qhull/src /usr/share/doc/packages/qhull/src/Changes.txt /usr/share/licenses/qhull /usr/share/licenses/qhull/COPYING.txt /usr/share/man/man1/qhull.1.gz /usr/share/man/man1/rbox.1.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Oct 1 00:06:14 2024