Andreas Wacknitz
2023-02-05 62251a7b5d2900b84771e3ead22615db5dee0d1f
qhull: update to 8.0.2 and provide test results

1 files deleted
1 files added
4 files modified
390 ■■■■■ changed files
components/scientific/qhull/Makefile 27 ●●●●● patch | view | raw | blame | history
components/scientific/qhull/manifests/sample-manifest.p5m 137 ●●●●● patch | view | raw | blame | history
components/scientific/qhull/patches/0001-Link-executables-against-shared-libs.patch 47 ●●●●● patch | view | raw | blame | history
components/scientific/qhull/pkg5 1 ●●●● patch | view | raw | blame | history
components/scientific/qhull/qhull.p5m 151 ●●●●● patch | view | raw | blame | history
components/scientific/qhull/test/results-all.master 27 ●●●●● patch | view | raw | blame | history
components/scientific/qhull/Makefile
@@ -11,26 +11,24 @@
#
# Copyright (c) 2016 Sergey Avseyev
#
BUILD_STYLE= cmake
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME=        qhull
COMPONENT_VERSION=    7.2.0
COMPONENT_REVISION=    1
COMPONENT_VERSION=    8.0.2
COMPONENT_PROJECT_URL=    http://www.qhull.org/
COMPONENT_SUMMARY=    General dimension convex hull programs
COMPONENT_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.
COMPONENT_FMRI=         library/qhull
COMPONENT_CLASSIFICATION=       System/Libraries
COMPONENT_SRC=        $(COMPONENT_NAME)-2015.2
COMPONENT_ARCHIVE=    $(COMPONENT_NAME)-2015-src-$(COMPONENT_VERSION).tgz
COMPONENT_ARCHIVE_HASH=    sha256:78b010925c3b577adc3d58278787d7df08f7c8fb02c3490e375eab91bb58a436
COMPONENT_SRC=        $(COMPONENT_NAME)-2020.2
COMPONENT_ARCHIVE=    $(COMPONENT_NAME)-2020-src-$(COMPONENT_VERSION).tgz
COMPONENT_ARCHIVE_HASH=    sha256:b5c2d7eb833278881b952c8a52d20179eab87766b00b865000469a45c1838b7e
COMPONENT_ARCHIVE_URL=    http://www.qhull.org/download/$(COMPONENT_ARCHIVE)
COMPONENT_FMRI=         library/qhull
COMPONENT_CLASSIFICATION= System/Libraries
COMPONENT_LICENSE=    Qhull
COMPONENT_LICENSE_FILE=    COPYING.txt
include $(WS_MAKE_RULES)/prep.mk
include $(WS_MAKE_RULES)/cmake.mk
include $(WS_MAKE_RULES)/ips.mk
include $(WS_MAKE_RULES)/common.mk
CMAKE_OPTIONS+=    -DCMAKE_BUILD_TYPE=Release
CMAKE_OPTIONS+= -DINCLUDE_INSTALL_DIR:PATH=$(CMAKE_INCLUDEDIR)
@@ -39,12 +37,9 @@
CMAKE_OPTIONS+= -DCMAKE_SKIP_RPATH=1
COMPONENT_TEST_TARGETS=    test
COMPONENT_TEST_ENV= LD_LIBRARY_PATH=$(PROTO_DIR)/usr/lib/$(MACH64) PATH=$(PATH):/usr/lib/$(MACH64)
COMPONENT_TEST_TRANSFORMS += '-e "s/[0-9]*\.[0-9]* sec//" '
build:        $(BUILD_32_and_64)
install:    $(INSTALL_32_and_64)
test:        $(TEST_32_and_64)
# Auto-generated dependencies
REQUIRED_PACKAGES += system/library
REQUIRED_PACKAGES += system/library/math
components/scientific/qhull/manifests/sample-manifest.p5m
@@ -10,10 +10,11 @@
#
#
# Copyright 2016 <contributor>
# Copyright 2023 <contributor>
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.human-version value=$(HUMAN_VERSION)
set name=pkg.summary value="$(COMPONENT_SUMMARY)"
set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
@@ -22,12 +23,6 @@
license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
file path=usr/bin/$(MACH64)/qconvex
file path=usr/bin/$(MACH64)/qdelaunay
file path=usr/bin/$(MACH64)/qhalf
file path=usr/bin/$(MACH64)/qhull
file path=usr/bin/$(MACH64)/qvoronoi
file path=usr/bin/$(MACH64)/rbox
file path=usr/bin/qconvex
file path=usr/bin/qdelaunay
file path=usr/bin/qhalf
@@ -36,44 +31,22 @@
file path=usr/bin/rbox
file path=usr/include/libqhull/DEPRECATED.txt
file path=usr/include/libqhull/geom.h
file path=usr/include/libqhull/index.htm
file path=usr/include/libqhull/io.h
file path=usr/include/libqhull/libqhull.h
file path=usr/include/libqhull/mem.h
file path=usr/include/libqhull/merge.h
file path=usr/include/libqhull/poly.h
file path=usr/include/libqhull/qh-geom.htm
file path=usr/include/libqhull/qh-globa.htm
file path=usr/include/libqhull/qh-io.htm
file path=usr/include/libqhull/qh-mem.htm
file path=usr/include/libqhull/qh-merge.htm
file path=usr/include/libqhull/qh-poly.htm
file path=usr/include/libqhull/qh-qhull.htm
file path=usr/include/libqhull/qh-set.htm
file path=usr/include/libqhull/qh-stat.htm
file path=usr/include/libqhull/qh-user.htm
file path=usr/include/libqhull/qhull_a.h
file path=usr/include/libqhull/qset.h
file path=usr/include/libqhull/random.h
file path=usr/include/libqhull/stat.h
file path=usr/include/libqhull/user.h
file path=usr/include/libqhull_r/geom_r.h
file path=usr/include/libqhull_r/index.htm
file path=usr/include/libqhull_r/io_r.h
file path=usr/include/libqhull_r/libqhull_r.h
file path=usr/include/libqhull_r/mem_r.h
file path=usr/include/libqhull_r/merge_r.h
file path=usr/include/libqhull_r/poly_r.h
file path=usr/include/libqhull_r/qh-geom_r.htm
file path=usr/include/libqhull_r/qh-globa_r.htm
file path=usr/include/libqhull_r/qh-io_r.htm
file path=usr/include/libqhull_r/qh-mem_r.htm
file path=usr/include/libqhull_r/qh-merge_r.htm
file path=usr/include/libqhull_r/qh-poly_r.htm
file path=usr/include/libqhull_r/qh-qhull_r.htm
file path=usr/include/libqhull_r/qh-set_r.htm
file path=usr/include/libqhull_r/qh-stat_r.htm
file path=usr/include/libqhull_r/qh-user_r.htm
file path=usr/include/libqhull_r/qhull_ra.h
file path=usr/include/libqhull_r/qset_r.h
file path=usr/include/libqhull_r/random_r.h
@@ -97,6 +70,7 @@
file path=usr/include/libqhullcpp/QhullSet.h
file path=usr/include/libqhullcpp/QhullSets.h
file path=usr/include/libqhullcpp/QhullStat.h
file path=usr/include/libqhullcpp/QhullUser.h
file path=usr/include/libqhullcpp/QhullVertex.h
file path=usr/include/libqhullcpp/QhullVertexSet.h
file path=usr/include/libqhullcpp/RboxPoints.h
@@ -104,70 +78,61 @@
file path=usr/include/libqhullcpp/RoadLogEvent.h
file path=usr/include/libqhullcpp/RoadTest.h
file path=usr/include/libqhullcpp/functionObjects.h
link path=usr/lib/$(MACH64)/libqhull.so target=libqhull.so.7
file path=usr/lib/$(MACH64)/libqhull.so.$(COMPONENT_VERSION)
link path=usr/lib/$(MACH64)/libqhull.so.7 \
    target=libqhull.so.$(COMPONENT_VERSION)
link path=usr/lib/$(MACH64)/libqhull_p.so target=libqhull_p.so.7
file path=usr/lib/$(MACH64)/libqhull_p.so.$(COMPONENT_VERSION)
link path=usr/lib/$(MACH64)/libqhull_p.so.7 \
    target=libqhull_p.so.$(COMPONENT_VERSION)
link path=usr/lib/$(MACH64)/libqhull_r.so target=libqhull_r.so.7
file path=usr/lib/$(MACH64)/libqhull_r.so.$(COMPONENT_VERSION)
link path=usr/lib/$(MACH64)/libqhull_r.so.7 \
    target=libqhull_r.so.$(COMPONENT_VERSION)
link path=usr/lib/$(MACH64)/libqhull_r.so target=libqhull_r.so.8.0
file path=usr/lib/$(MACH64)/libqhull_r.so.$(HUMAN_VERSION)
link path=usr/lib/$(MACH64)/libqhull_r.so.8.0 \
    target=libqhull_r.so.$(HUMAN_VERSION)
file path=usr/lib/$(MACH64)/libqhullcpp.a
file path=usr/lib/$(MACH64)/libqhullstatic.a
file path=usr/lib/$(MACH64)/libqhullstatic_r.a
link path=usr/lib/libqhull.so target=libqhull.so.7
file path=usr/lib/libqhull.so.$(COMPONENT_VERSION)
link path=usr/lib/libqhull.so.7 target=libqhull.so.$(COMPONENT_VERSION)
link path=usr/lib/libqhull_p.so target=libqhull_p.so.7
file path=usr/lib/libqhull_p.so.$(COMPONENT_VERSION)
link path=usr/lib/libqhull_p.so.7 target=libqhull_p.so.$(COMPONENT_VERSION)
link path=usr/lib/libqhull_r.so target=libqhull_r.so.7
file path=usr/lib/libqhull_r.so.$(COMPONENT_VERSION)
link path=usr/lib/libqhull_r.so.7 target=libqhull_r.so.$(COMPONENT_VERSION)
file path=usr/lib/libqhullcpp.a
file path=usr/lib/libqhullstatic.a
file path=usr/lib/libqhullstatic_r.a
file path=usr/lib/cmake/Qhull/QhullConfig.cmake
file path=usr/lib/cmake/Qhull/QhullConfigVersion.cmake
file path=usr/lib/cmake/Qhull/QhullTargets-release.cmake
file path=usr/lib/cmake/Qhull/QhullTargets.cmake
file path=usr/lib/pkgconfig/qhull_r.pc
file path=usr/lib/pkgconfig/qhullcpp.pc
file path=usr/lib/pkgconfig/qhullstatic.pc
file path=usr/lib/pkgconfig/qhullstatic_r.pc
file path=usr/share/doc/qhull/Announce.txt
file path=usr/share/doc/qhull/COPYING.txt
file path=usr/share/doc/qhull/README.txt
file path=usr/share/doc/qhull/REGISTER.txt
file path=usr/share/doc/qhull/html/index.htm
file path=usr/share/doc/qhull/html/normal_voronoi_knauss_oesterle.jpg
file path=usr/share/doc/qhull/html/qconvex.htm
file path=usr/share/doc/qhull/html/qdelau_f.htm
file path=usr/share/doc/qhull/html/qdelaun.htm
file path=usr/share/doc/qhull/html/qh--4d.gif
file path=usr/share/doc/qhull/html/qh--cone.gif
file path=usr/share/doc/qhull/html/qh--dt.gif
file path=usr/share/doc/qhull/html/qh--geom.gif
file path=usr/share/doc/qhull/html/qh--half.gif
file path=usr/share/doc/qhull/html/qh--rand.gif
file path=usr/share/doc/qhull/html/qh-code.htm
file path=usr/share/doc/qhull/html/qh-eg.htm
file path=usr/share/doc/qhull/html/qh-faq.htm
file path=usr/share/doc/qhull/html/qh-get.htm
file path=usr/share/doc/qhull/html/qh-impre.htm
file path=usr/share/doc/qhull/html/qh-optc.htm
file path=usr/share/doc/qhull/html/qh-optf.htm
file path=usr/share/doc/qhull/html/qh-optg.htm
file path=usr/share/doc/qhull/html/qh-opto.htm
file path=usr/share/doc/qhull/html/qh-optp.htm
file path=usr/share/doc/qhull/html/qh-optq.htm
file path=usr/share/doc/qhull/html/qh-optt.htm
file path=usr/share/doc/qhull/html/qh-quick.htm
file path=usr/share/doc/qhull/html/qh_findbestfacet-drielsma.pdf
file path=usr/share/doc/qhull/html/qhalf.htm
file path=usr/share/doc/qhull/html/qhull-cpp.xml
file path=usr/share/doc/qhull/html/qhull.htm
file path=usr/share/doc/qhull/html/qhull.man
file path=usr/share/doc/qhull/html/qhull.txt
file path=usr/share/doc/qhull/html/qvoron_f.htm
file path=usr/share/doc/qhull/html/qvoronoi.htm
file path=usr/share/doc/qhull/html/rbox.htm
file path=usr/share/doc/qhull/html/rbox.man
file path=usr/share/doc/qhull/html/rbox.txt
file path=usr/share/doc/qhull/index.htm
file path=usr/share/doc/qhull/normal_voronoi_knauss_oesterle.jpg
file path=usr/share/doc/qhull/qconvex.htm
file path=usr/share/doc/qhull/qdelau_f.htm
file path=usr/share/doc/qhull/qdelaun.htm
file path=usr/share/doc/qhull/qh--4d.gif
file path=usr/share/doc/qhull/qh--cone.gif
file path=usr/share/doc/qhull/qh--dt.gif
file path=usr/share/doc/qhull/qh--geom.gif
file path=usr/share/doc/qhull/qh--half.gif
file path=usr/share/doc/qhull/qh--rand.gif
file path=usr/share/doc/qhull/qh-code.htm
file path=usr/share/doc/qhull/qh-eg.htm
file path=usr/share/doc/qhull/qh-faq.htm
file path=usr/share/doc/qhull/qh-get.htm
file path=usr/share/doc/qhull/qh-impre.htm
file path=usr/share/doc/qhull/qh-optc.htm
file path=usr/share/doc/qhull/qh-optf.htm
file path=usr/share/doc/qhull/qh-optg.htm
file path=usr/share/doc/qhull/qh-opto.htm
file path=usr/share/doc/qhull/qh-optp.htm
file path=usr/share/doc/qhull/qh-optq.htm
file path=usr/share/doc/qhull/qh-optt.htm
file path=usr/share/doc/qhull/qh-quick.htm
file path=usr/share/doc/qhull/qhalf.htm
file path=usr/share/doc/qhull/qhull-cpp.xml
file path=usr/share/doc/qhull/qhull.htm
file path=usr/share/doc/qhull/qhull.man
file path=usr/share/doc/qhull/qhull.txt
file path=usr/share/doc/qhull/qvoron_f.htm
file path=usr/share/doc/qhull/qvoronoi.htm
file path=usr/share/doc/qhull/rbox.htm
file path=usr/share/doc/qhull/rbox.man
file path=usr/share/doc/qhull/rbox.txt
file path=usr/share/doc/qhull/src/Changes.txt
file path=usr/share/man/man1/qhull.1
file path=usr/share/man/man1/rbox.1
components/scientific/qhull/patches/0001-Link-executables-against-shared-libs.patch
File was deleted
components/scientific/qhull/pkg5
@@ -1,6 +1,7 @@
{
    "dependencies": [
        "SUNWcs",
        "shell/ksh93",
        "system/library",
        "system/library/math"
    ],
components/scientific/qhull/qhull.p5m
@@ -10,23 +10,19 @@
#
#
# Copyright 2016 Sergey Avseyev
# Copyright 2023 Andreas Wacknitz
#
set name=pkg.fmri \
    value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.summary value='$(COMPONENT_SUMMARY)'
set name=pkg.description value="$(COMPONENT_DESCRIPTION)"
set name=info.classification value=$(COMPONENT_CLASSIFICATION)
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.human-version value=$(HUMAN_VERSION)
set name=pkg.summary value="$(COMPONENT_SUMMARY)"
set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
file path=usr/bin/$(MACH64)/qconvex
file path=usr/bin/$(MACH64)/qdelaunay
file path=usr/bin/$(MACH64)/qhalf
file path=usr/bin/$(MACH64)/qhull
file path=usr/bin/$(MACH64)/qvoronoi
file path=usr/bin/$(MACH64)/rbox
license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
file path=usr/bin/qconvex
file path=usr/bin/qdelaunay
file path=usr/bin/qhalf
@@ -35,44 +31,22 @@
file path=usr/bin/rbox
file path=usr/include/libqhull/DEPRECATED.txt
file path=usr/include/libqhull/geom.h
file path=usr/include/libqhull/index.htm
file path=usr/include/libqhull/io.h
file path=usr/include/libqhull/libqhull.h
file path=usr/include/libqhull/mem.h
file path=usr/include/libqhull/merge.h
file path=usr/include/libqhull/poly.h
file path=usr/include/libqhull/qh-geom.htm
file path=usr/include/libqhull/qh-globa.htm
file path=usr/include/libqhull/qh-io.htm
file path=usr/include/libqhull/qh-mem.htm
file path=usr/include/libqhull/qh-merge.htm
file path=usr/include/libqhull/qh-poly.htm
file path=usr/include/libqhull/qh-qhull.htm
file path=usr/include/libqhull/qh-set.htm
file path=usr/include/libqhull/qh-stat.htm
file path=usr/include/libqhull/qh-user.htm
file path=usr/include/libqhull/qhull_a.h
file path=usr/include/libqhull/qset.h
file path=usr/include/libqhull/random.h
file path=usr/include/libqhull/stat.h
file path=usr/include/libqhull/user.h
file path=usr/include/libqhull_r/geom_r.h
file path=usr/include/libqhull_r/index.htm
file path=usr/include/libqhull_r/io_r.h
file path=usr/include/libqhull_r/libqhull_r.h
file path=usr/include/libqhull_r/mem_r.h
file path=usr/include/libqhull_r/merge_r.h
file path=usr/include/libqhull_r/poly_r.h
file path=usr/include/libqhull_r/qh-geom_r.htm
file path=usr/include/libqhull_r/qh-globa_r.htm
file path=usr/include/libqhull_r/qh-io_r.htm
file path=usr/include/libqhull_r/qh-mem_r.htm
file path=usr/include/libqhull_r/qh-merge_r.htm
file path=usr/include/libqhull_r/qh-poly_r.htm
file path=usr/include/libqhull_r/qh-qhull_r.htm
file path=usr/include/libqhull_r/qh-set_r.htm
file path=usr/include/libqhull_r/qh-stat_r.htm
file path=usr/include/libqhull_r/qh-user_r.htm
file path=usr/include/libqhull_r/qhull_ra.h
file path=usr/include/libqhull_r/qset_r.h
file path=usr/include/libqhull_r/random_r.h
@@ -96,6 +70,7 @@
file path=usr/include/libqhullcpp/QhullSet.h
file path=usr/include/libqhullcpp/QhullSets.h
file path=usr/include/libqhullcpp/QhullStat.h
file path=usr/include/libqhullcpp/QhullUser.h
file path=usr/include/libqhullcpp/QhullVertex.h
file path=usr/include/libqhullcpp/QhullVertexSet.h
file path=usr/include/libqhullcpp/RboxPoints.h
@@ -103,65 +78,61 @@
file path=usr/include/libqhullcpp/RoadLogEvent.h
file path=usr/include/libqhullcpp/RoadTest.h
file path=usr/include/libqhullcpp/functionObjects.h
link path=usr/lib/$(MACH64)/libqhull.so target=libqhull.so.7
file path=usr/lib/$(MACH64)/libqhull.so.$(COMPONENT_VERSION)
link path=usr/lib/$(MACH64)/libqhull.so.7 \
    target=libqhull.so.$(COMPONENT_VERSION)
link path=usr/lib/$(MACH64)/libqhull_p.so target=libqhull_p.so.7
file path=usr/lib/$(MACH64)/libqhull_p.so.$(COMPONENT_VERSION)
link path=usr/lib/$(MACH64)/libqhull_p.so.7 \
    target=libqhull_p.so.$(COMPONENT_VERSION)
link path=usr/lib/$(MACH64)/libqhull_r.so target=libqhull_r.so.7
file path=usr/lib/$(MACH64)/libqhull_r.so.$(COMPONENT_VERSION)
link path=usr/lib/$(MACH64)/libqhull_r.so.7 \
    target=libqhull_r.so.$(COMPONENT_VERSION)
link path=usr/lib/libqhull.so target=libqhull.so.7
file path=usr/lib/libqhull.so.$(COMPONENT_VERSION)
link path=usr/lib/libqhull.so.7 target=libqhull.so.$(COMPONENT_VERSION)
link path=usr/lib/libqhull_p.so target=libqhull_p.so.7
file path=usr/lib/libqhull_p.so.$(COMPONENT_VERSION)
link path=usr/lib/libqhull_p.so.7 target=libqhull_p.so.$(COMPONENT_VERSION)
link path=usr/lib/libqhull_r.so target=libqhull_r.so.7
file path=usr/lib/libqhull_r.so.$(COMPONENT_VERSION)
link path=usr/lib/libqhull_r.so.7 target=libqhull_r.so.$(COMPONENT_VERSION)
link path=usr/lib/$(MACH64)/libqhull_r.so target=libqhull_r.so.8.0
file path=usr/lib/$(MACH64)/libqhull_r.so.$(HUMAN_VERSION)
link path=usr/lib/$(MACH64)/libqhull_r.so.8.0 \
    target=libqhull_r.so.$(HUMAN_VERSION)
file path=usr/lib/$(MACH64)/libqhullcpp.a
file path=usr/lib/$(MACH64)/libqhullstatic.a
file path=usr/lib/$(MACH64)/libqhullstatic_r.a
file path=usr/lib/cmake/Qhull/QhullConfig.cmake
file path=usr/lib/cmake/Qhull/QhullConfigVersion.cmake
file path=usr/lib/cmake/Qhull/QhullTargets-release.cmake
file path=usr/lib/cmake/Qhull/QhullTargets.cmake
file path=usr/lib/pkgconfig/qhull_r.pc
file path=usr/lib/pkgconfig/qhullcpp.pc
file path=usr/lib/pkgconfig/qhullstatic.pc
file path=usr/lib/pkgconfig/qhullstatic_r.pc
file path=usr/share/doc/qhull/Announce.txt
file path=usr/share/doc/qhull/COPYING.txt
file path=usr/share/doc/qhull/README.txt
file path=usr/share/doc/qhull/REGISTER.txt
file path=usr/share/doc/qhull/html/index.htm
file path=usr/share/doc/qhull/html/normal_voronoi_knauss_oesterle.jpg
file path=usr/share/doc/qhull/html/qconvex.htm
file path=usr/share/doc/qhull/html/qdelau_f.htm
file path=usr/share/doc/qhull/html/qdelaun.htm
file path=usr/share/doc/qhull/html/qh--4d.gif
file path=usr/share/doc/qhull/html/qh--cone.gif
file path=usr/share/doc/qhull/html/qh--dt.gif
file path=usr/share/doc/qhull/html/qh--geom.gif
file path=usr/share/doc/qhull/html/qh--half.gif
file path=usr/share/doc/qhull/html/qh--rand.gif
file path=usr/share/doc/qhull/html/qh-code.htm
file path=usr/share/doc/qhull/html/qh-eg.htm
file path=usr/share/doc/qhull/html/qh-faq.htm
file path=usr/share/doc/qhull/html/qh-get.htm
file path=usr/share/doc/qhull/html/qh-impre.htm
file path=usr/share/doc/qhull/html/qh-optc.htm
file path=usr/share/doc/qhull/html/qh-optf.htm
file path=usr/share/doc/qhull/html/qh-optg.htm
file path=usr/share/doc/qhull/html/qh-opto.htm
file path=usr/share/doc/qhull/html/qh-optp.htm
file path=usr/share/doc/qhull/html/qh-optq.htm
file path=usr/share/doc/qhull/html/qh-optt.htm
file path=usr/share/doc/qhull/html/qh-quick.htm
file path=usr/share/doc/qhull/html/qh_findbestfacet-drielsma.pdf
file path=usr/share/doc/qhull/html/qhalf.htm
file path=usr/share/doc/qhull/html/qhull-cpp.xml
file path=usr/share/doc/qhull/html/qhull.htm
file path=usr/share/doc/qhull/html/qhull.man
file path=usr/share/doc/qhull/html/qhull.txt
file path=usr/share/doc/qhull/html/qvoron_f.htm
file path=usr/share/doc/qhull/html/qvoronoi.htm
file path=usr/share/doc/qhull/html/rbox.htm
file path=usr/share/doc/qhull/html/rbox.man
file path=usr/share/doc/qhull/html/rbox.txt
file path=usr/share/doc/qhull/index.htm
file path=usr/share/doc/qhull/normal_voronoi_knauss_oesterle.jpg
file path=usr/share/doc/qhull/qconvex.htm
file path=usr/share/doc/qhull/qdelau_f.htm
file path=usr/share/doc/qhull/qdelaun.htm
file path=usr/share/doc/qhull/qh--4d.gif
file path=usr/share/doc/qhull/qh--cone.gif
file path=usr/share/doc/qhull/qh--dt.gif
file path=usr/share/doc/qhull/qh--geom.gif
file path=usr/share/doc/qhull/qh--half.gif
file path=usr/share/doc/qhull/qh--rand.gif
file path=usr/share/doc/qhull/qh-code.htm
file path=usr/share/doc/qhull/qh-eg.htm
file path=usr/share/doc/qhull/qh-faq.htm
file path=usr/share/doc/qhull/qh-get.htm
file path=usr/share/doc/qhull/qh-impre.htm
file path=usr/share/doc/qhull/qh-optc.htm
file path=usr/share/doc/qhull/qh-optf.htm
file path=usr/share/doc/qhull/qh-optg.htm
file path=usr/share/doc/qhull/qh-opto.htm
file path=usr/share/doc/qhull/qh-optp.htm
file path=usr/share/doc/qhull/qh-optq.htm
file path=usr/share/doc/qhull/qh-optt.htm
file path=usr/share/doc/qhull/qh-quick.htm
file path=usr/share/doc/qhull/qhalf.htm
file path=usr/share/doc/qhull/qhull-cpp.xml
file path=usr/share/doc/qhull/qhull.htm
file path=usr/share/doc/qhull/qhull.man
file path=usr/share/doc/qhull/qhull.txt
file path=usr/share/doc/qhull/qvoron_f.htm
file path=usr/share/doc/qhull/qvoronoi.htm
file path=usr/share/doc/qhull/rbox.htm
file path=usr/share/doc/qhull/rbox.man
file path=usr/share/doc/qhull/rbox.txt
file path=usr/share/doc/qhull/src/Changes.txt
file path=usr/share/man/man1/qhull.1
file path=usr/share/man/man1/rbox.1
license $(COMPONENT_LICENSE_FILE) license=$(COMPONENT_LICENSE)
components/scientific/qhull/test/results-all.master
New file
@@ -0,0 +1,27 @@
Test project $(@D)
      Start  1: testqset
 1/11 Test  #1: testqset .........................   Passed
      Start  2: testqset_r
 2/11 Test  #2: testqset_r .......................   Passed
      Start  3: smoketest
 3/11 Test  #3: smoketest ........................   Passed
      Start  4: rbox-10-qhull
 4/11 Test  #4: rbox-10-qhull ....................   Passed
      Start  5: rbox-10-qconvex
 5/11 Test  #5: rbox-10-qconvex ..................   Passed
      Start  6: rbox-10-qdelaunay
 6/11 Test  #6: rbox-10-qdelaunay ................   Passed
      Start  7: rbox-10-qhalf
 7/11 Test  #7: rbox-10-qhalf ....................   Passed
      Start  8: rbox-10-qvoronoi
 8/11 Test  #8: rbox-10-qvoronoi .................   Passed
      Start  9: user_eg
 9/11 Test  #9: user_eg ..........................   Passed
      Start 10: user_eg2
10/11 Test #10: user_eg2 .........................   Passed
      Start 11: user_eg3
11/11 Test #11: user_eg3 .........................   Passed
100% tests passed, 0 tests failed out of 11
Total Test time (real) =