******************************************************************************** conan test conan-center-index/recipes/qhull/all/test_package/conanfile.py qhull/8.0.1@#7f8678b564846ac4ee7fb4d21eb4f859 -pr /Users/jenkins/w/prod/BuildSingleReference/161227/94ac99f8-545d-4e28-a665-99939a264cff/profile_osx_130_libcpp_apple-clang_debug_64.qhull-shared-True.txt -c tools.system.package_manager:mode=install -c tools.system.package_manager:sudo=True -c tools.apple:sdk_path=/Applications/conan/xcode/13.0/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk ******************************************************************************** Configuration: [settings] arch=x86_64 build_type=Debug compiler=apple-clang compiler.libcxx=libc++ compiler.version=13.0 os=Macos [options] qhull:shared=True [build_requires] [env] [conf] tools.system.package_manager:mode=install tools.system.package_manager:sudo=True tools.apple:sdk_path=/Applications/conan/xcode/13.0/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk qhull/8.0.1 (test package): Installing package Requirements qhull/8.0.1 from local cache - Cache Packages qhull/8.0.1:d131cc3e7e06a6ffc090d4f1b6e2038c2da0e81e - Cache Installing (downloading, building) binaries... qhull/8.0.1: Already installed! qhull/8.0.1: Appending PATH environment variable: /Users/jenkins/w/prod/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/d131cc3e7e06a6ffc090d4f1b6e2038c2da0e81e/bin qhull/8.0.1 (test package): Generator txt created conanbuildinfo.txt qhull/8.0.1 (test package): Generator 'VirtualRunEnv' calling 'generate()' qhull/8.0.1 (test package): Generator 'CMakeDeps' calling 'generate()' qhull/8.0.1 (test package): Calling generate() qhull/8.0.1 (test package): Preset 'debug' added to CMakePresets.json. Invoke it manually using 'cmake --preset debug' qhull/8.0.1 (test package): If your CMake version is not compatible with CMakePresets (<3.19) call cmake like: 'cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE=/Users/jenkins/w/prod/BuildSingleReference/conan-center-index/recipes/qhull/all/test_package/build/generators/conan_toolchain.cmake -DCMAKE_POLICY_DEFAULT_CMP0091=NEW -DCMAKE_BUILD_TYPE=Debug' qhull/8.0.1 (test package): Aggregating env generators qhull/8.0.1 (test package): Generated conaninfo.txt qhull/8.0.1 (test package): Generated graphinfo Using lockfile: '/Users/jenkins/w/prod/BuildSingleReference/conan-center-index/recipes/qhull/all/test_package/build/generators/conan.lock' Using cached profile from lockfile [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] 'fPIC' option not found [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK qhull/8.0.1 (test package): Calling build() qhull/8.0.1 (test package): CMake command: cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="/Users/jenkins/w/prod/BuildSingleReference/conan-center-index/recipes/qhull/all/test_package/build/generators/conan_toolchain.cmake" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" -DCMAKE_BUILD_TYPE="Debug" "/Users/jenkins/w/prod/BuildSingleReference/conan-center-index/recipes/qhull/all/test_package/." ----Running------ > cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="/Users/jenkins/w/prod/BuildSingleReference/conan-center-index/recipes/qhull/all/test_package/build/generators/conan_toolchain.cmake" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" -DCMAKE_BUILD_TYPE="Debug" "/Users/jenkins/w/prod/BuildSingleReference/conan-center-index/recipes/qhull/all/test_package/." ----------------- -- Using Conan toolchain: /Users/jenkins/w/prod/BuildSingleReference/conan-center-index/recipes/qhull/all/test_package/build/generators/conan_toolchain.cmake -- The C compiler identification is AppleClang 13.0.0.13000029 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /Applications/conan/xcode/13.0/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Conan: Component target declared 'Qhull::qhull_r' -- Configuring done -- Generating done -- Build files have been written to: /Users/jenkins/w/prod/BuildSingleReference/conan-center-index/recipes/qhull/all/test_package/build/Debug qhull/8.0.1 (test package): CMake command: cmake --build "/Users/jenkins/w/prod/BuildSingleReference/conan-center-index/recipes/qhull/all/test_package/build/Debug" '--' '-j4' ----Running------ > cmake --build "/Users/jenkins/w/prod/BuildSingleReference/conan-center-index/recipes/qhull/all/test_package/build/Debug" '--' '-j4' ----------------- [ 50%] Building C object CMakeFiles/test_package.dir/test_package_r.c.o [100%] Linking C executable test_package [100%] Built target test_package qhull/8.0.1 (test package): Running test() ----Running------ > . "/Users/jenkins/w/prod/BuildSingleReference/conan-center-index/recipes/qhull/all/test_package/build/generators/conanrun.sh" && ./test_package ----------------- ======== user_eg 'cube qhull options' 'Delaunay options' 'halfspace options' This is the output from user_eg_r.c. It shows how qhull() may be called from an application, via Qhull's shared, reentrant library. user_eg is not part of Qhull itself. If user_eg fails immediately, user_eg_r.c was incorrectly linked to Qhull's non-reentrant library, libqhull. Try -- user_eg 'T1' 'T1' 'T1' ======== compute convex hull of cube after rotating input input -1 -1 -1 1 -1 -1 -1 1 -1 1 1 -1 -1 -1 1 1 -1 1 -1 1 1 1 1 1 8 vertices and 6 facets with normals: -0 -0 -1 0 -1 0 1 -0 -0 -1 -0 -0 0 1 -0 -0 -0 1 ======== compute 3-d Delaunay triangulation seed: 1674495992 input -0.552 -0.915 0.0989 0.272 0.431 0.836 -0.407 0.0124 0.907 -0.992 0.361 -0.586 0.112 0.0264 0.216 0.403 0.341 0.912 -0.0817 0.642 0.892 -0.475 0.691 -0.535 8 vertices and 18 facets with normals: 0.66 -0.17 -0.48 0.55 -0.11 -0.36 -0.8 -0.46 0.78 -0.23 -0.54 0.22 -0.82 -0.081 0.13 -0.55 0.31 -0.65 0.63 -0.31 -0.74 0.34 0.19 -0.55 0.12 -0.13 0.11 0.98 -0.34 -0.12 0.37 0.85 -0.017 -0.28 0.49 0.83 0.44 0.43 -0.23 0.76 -0.71 0.51 0.28 -0.39 -0.61 0.51 0.27 -0.54 0.76 0.55 -0.31 -0.17 0.54 0.83 -0.14 0.094 0.19 0.87 0.048 -0.46 0.11 -0.077 0.82 -0.55 -0.017 0.16 0.92 -0.35 -0.14 0.31 0.72 -0.61 find 3-d Delaunay triangle or adjacent triangle closest to [0.5, 0.5, ...] 0.27 0.43 0.84 0.11 0.03 0.22 -0.47 0.69 -0.54 0.40 0.34 0.91 ======== Compute a new triangulation as a separate instance of Qhull seed: 1674495993 input -0.552 -0.652 -0.39 -0.811 -0.503 -0.726 -0.313 -0.63 0.265 0.877 -0.872 0.453 -0.226 0.0956 0.323 -0.538 -0.316 0.928 0.685 0.776 -0.273 0.899 -0.131 -0.675 8 vertices and 16 facets with normals: -0.082 0.24 -0.78 -0.57 -0.64 0.76 0.03 0.087 0.04 0.25 -0.22 0.94 -0.15 0.35 0.089 0.92 0.78 -0.0073 0.24 -0.57 0.46 0.34 0.8 -0.18 0.58 -0.45 -0.0071 -0.68 0.28 -0.36 0.75 -0.48 -0.36 -0.9 0.18 0.19 -0.33 -0.91 0.21 0.11 -0.93 -0.043 0.12 -0.35 -0.9 -0.12 0.15 -0.39 0.19 -0.82 -0.53 -0.011 0.34 -0.76 -0.31 -0.45 -0.079 0.23 -0.78 -0.57 0.27 -0.41 -0.45 -0.75 ======== Free memory allocated by the new instance of Qhull, and redisplay the old results. 8 vertices and 18 facets with normals: 0.66 -0.17 -0.48 0.55 -0.11 -0.36 -0.8 -0.46 0.78 -0.23 -0.54 0.22 -0.82 -0.081 0.13 -0.55 0.31 -0.65 0.63 -0.31 -0.74 0.34 0.19 -0.55 0.12 -0.13 0.11 0.98 -0.34 -0.12 0.37 0.85 -0.017 -0.28 0.49 0.83 0.44 0.43 -0.23 0.76 -0.71 0.51 0.28 -0.39 -0.61 0.51 0.27 -0.54 0.76 0.55 -0.31 -0.17 0.54 0.83 -0.14 0.094 0.19 0.87 0.048 -0.46 0.11 -0.077 0.82 -0.55 -0.017 0.16 0.92 -0.35 -0.14 0.31 0.72 -0.61 ======== compute halfspace intersection about the origin for a diamond input as halfspace coefficients + offsets -1 -1 -1 -1 1 -1 -1 -1 -1 1 -1 -1 1 1 -1 -1 -1 -1 1 -1 1 -1 1 -1 -1 1 1 -1 1 1 1 -1 3 6 0 0 -1 0 -1 0 1 0 0 -1 0 0 0 1 0 0 0 1 8 vertices and 6 facets with normals: -0 -0 -1 0 -1 0 1 -0 -0 -1 -0 -0 0 1 -0 -0 -0 1 Convex hull of 8 points in 3-d: Number of vertices: 8 Number of facets: 6 Number of non-simplicial facets: 6 Statistics for: | qhull s Tcv Number of points processed: 8 Number of hyperplanes created: 11 Number of distance tests for qhull: 34 Number of distance tests for merging: 96 Number of distance tests for checking: 100 Number of merged facets: 6 CPU seconds to compute hull (after input): 0.000806 Output completed. Verifying that all points are below outer planes of all facets. Will make 48 distance computations. Delaunay triangulation by the convex hull of 8 points in 4-d: Number of input sites: 8 Number of Delaunay regions: 11 Statistics for: | qhull s d Tcv Number of points processed: 8 Number of hyperplanes created: 26 Number of facets in hull: 18 Number of distance tests for qhull: 30 CPU seconds to compute hull (after input): 9.8e-05 Output completed. Verifying that all points are below 8.8e-15 of all facets. Will make 88 distance computations. Delaunay triangulation by the convex hull of 8 points in 4-d: Number of input sites: 8 Number of Delaunay regions: 11 Statistics for: | qhull s d Tcv Number of points processed: 8 Number of hyperplanes created: 26 Number of facets in hull: 16 Number of distance tests for qhull: 30 CPU seconds to compute hull (after input): 8.5e-05 Output completed. Verifying that all points are below 1e-14 of all facets. Will make 88 distance computations. Halfspace intersection by the convex hull of 8 points in 3-d: Number of halfspaces: 8 Number of non-redundant halfspaces: 8 Number of intersection points: 6 Number of non-simplicial intersection points: 6 Statistics for: | qhull H0 s Tcv Fp Number of points processed: 8 Number of hyperplanes created: 11 Number of distance tests for qhull: 34 Number of distance tests for merging: 96 Number of distance tests for checking: 100 Number of merged facets: 6 CPU seconds to compute hull (after input): 0.000145 Output completed. Verifying that all points are below outer planes of all facets. Will make 48 distance computations. qhull/8.0.1 (test package): WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behavior qhull/8.0.1 (test package): WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behavior ******************************************************************************** conan test conan-center-index/recipes/qhull/all/test_v1_package/conanfile.py qhull/8.0.1@#7f8678b564846ac4ee7fb4d21eb4f859 -pr /Users/jenkins/w/prod/BuildSingleReference/161227/94ac99f8-545d-4e28-a665-99939a264cff/profile_osx_130_libcpp_apple-clang_debug_64.qhull-shared-True.txt -c tools.system.package_manager:mode=install -c tools.system.package_manager:sudo=True -c tools.apple:sdk_path=/Applications/conan/xcode/13.0/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk ******************************************************************************** Configuration: [settings] arch=x86_64 build_type=Debug compiler=apple-clang compiler.libcxx=libc++ compiler.version=13.0 os=Macos [options] qhull:shared=True [build_requires] [env] [conf] tools.system.package_manager:mode=install tools.system.package_manager:sudo=True tools.apple:sdk_path=/Applications/conan/xcode/13.0/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk qhull/8.0.1 (test package): Installing package Requirements qhull/8.0.1 from local cache - Cache Packages qhull/8.0.1:d131cc3e7e06a6ffc090d4f1b6e2038c2da0e81e - Cache Installing (downloading, building) binaries... qhull/8.0.1: Already installed! qhull/8.0.1: Appending PATH environment variable: /Users/jenkins/w/prod/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/d131cc3e7e06a6ffc090d4f1b6e2038c2da0e81e/bin qhull/8.0.1 (test package): Generator cmake created conanbuildinfo.cmake qhull/8.0.1 (test package): Generator cmake_find_package_multi created QhullConfigVersion.cmake qhull/8.0.1 (test package): Generator cmake_find_package_multi created QhullTarget-debug.cmake qhull/8.0.1 (test package): Generator cmake_find_package_multi created QhullTargets.cmake qhull/8.0.1 (test package): Generator cmake_find_package_multi created QhullConfig.cmake qhull/8.0.1 (test package): Generator txt created conanbuildinfo.txt qhull/8.0.1 (test package): Aggregating env generators qhull/8.0.1 (test package): Generated conaninfo.txt qhull/8.0.1 (test package): Generated graphinfo Using lockfile: '/Users/jenkins/w/prod/BuildSingleReference/conan-center-index/recipes/qhull/all/test_v1_package/build/4eff35375113f6dcc20a65e99a497ad8e5c844b3/conan.lock' Using cached profile from lockfile [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] 'fPIC' option not found [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK qhull/8.0.1 (test package): Calling build() ----Running------ > cd '/Users/jenkins/w/prod/BuildSingleReference/conan-center-index/recipes/qhull/all/test_v1_package/build/4eff35375113f6dcc20a65e99a497ad8e5c844b3' && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="Debug" -DCMAKE_OSX_ARCHITECTURES="x86_64" -DCONAN_IN_LOCAL_CACHE="OFF" -DCONAN_COMPILER="apple-clang" -DCONAN_COMPILER_VERSION="13.0" -DCONAN_CXX_FLAGS="-m64" -DCONAN_SHARED_LINKER_FLAGS="-m64" -DCONAN_C_FLAGS="-m64" -DCONAN_LIBCXX="libc++" -DCMAKE_INSTALL_PREFIX="/Users/jenkins/w/prod/BuildSingleReference/conan-center-index/recipes/qhull/all/test_v1_package/build/4eff35375113f6dcc20a65e99a497ad8e5c844b3/package" -DCMAKE_INSTALL_BINDIR="bin" -DCMAKE_INSTALL_SBINDIR="bin" -DCMAKE_INSTALL_LIBEXECDIR="bin" -DCMAKE_INSTALL_LIBDIR="lib" -DCMAKE_INSTALL_INCLUDEDIR="include" -DCMAKE_INSTALL_OLDINCLUDEDIR="include" -DCMAKE_INSTALL_DATAROOTDIR="share" -DCMAKE_PREFIX_PATH="/Users/jenkins/w/prod/BuildSingleReference/conan-center-index/recipes/qhull/all/test_v1_package/build/4eff35375113f6dcc20a65e99a497ad8e5c844b3" -DCMAKE_MODULE_PATH="/Users/jenkins/w/prod/BuildSingleReference/conan-center-index/recipes/qhull/all/test_v1_package/build/4eff35375113f6dcc20a65e99a497ad8e5c844b3" -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY="ON" -DCONAN_EXPORTED="1" -DQHULL_REENTRANT="True" -Wno-dev '/Users/jenkins/w/prod/BuildSingleReference/conan-center-index/recipes/qhull/all/test_v1_package' ----------------- -- The C compiler identification is AppleClang 13.0.0.13000029 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /Applications/conan/xcode/13.0/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Conan: called by CMake conan helper -- Conan: Adjusting output directories -- Conan: Using cmake targets configuration -- Library qhull_rd found /Users/jenkins/w/prod/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/d131cc3e7e06a6ffc090d4f1b6e2038c2da0e81e/lib/libqhull_rd.dylib -- Conan: Adjusting default RPATHs Conan policies -- Conan: Adjusting language standard -- This project seems to be plain C, using 'AppleClang' compiler -- Conan: C++ stdlib: libc++ -- Library qhull_rd found /Users/jenkins/w/prod/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/d131cc3e7e06a6ffc090d4f1b6e2038c2da0e81e/lib/libqhull_rd.dylib -- Found: /Users/jenkins/w/prod/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/d131cc3e7e06a6ffc090d4f1b6e2038c2da0e81e/lib/libqhull_rd.dylib -- Library qhull_rd found /Users/jenkins/w/prod/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/d131cc3e7e06a6ffc090d4f1b6e2038c2da0e81e/lib/libqhull_rd.dylib -- Found: /Users/jenkins/w/prod/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/d131cc3e7e06a6ffc090d4f1b6e2038c2da0e81e/lib/libqhull_rd.dylib -- Configuring done -- Generating done -- Build files have been written to: /Users/jenkins/w/prod/BuildSingleReference/conan-center-index/recipes/qhull/all/test_v1_package/build/4eff35375113f6dcc20a65e99a497ad8e5c844b3 ----Running------ > cmake --build '/Users/jenkins/w/prod/BuildSingleReference/conan-center-index/recipes/qhull/all/test_v1_package/build/4eff35375113f6dcc20a65e99a497ad8e5c844b3' '--' '-j4' ----------------- [ 50%] Building C object CMakeFiles/test_package.dir/Users/jenkins/w/prod/BuildSingleReference/conan-center-index/recipes/qhull/all/test_package/test_package_r.c.o [100%] Linking C executable bin/test_package [100%] Built target test_package qhull/8.0.1 (test package): Running test() ----Running------ > DYLD_LIBRARY_PATH="/Users/jenkins/w/prod/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/d131cc3e7e06a6ffc090d4f1b6e2038c2da0e81e/lib" DYLD_FRAMEWORK_PATH="" bin/test_package ----------------- ======== user_eg 'cube qhull options' 'Delaunay options' 'halfspace options' This is the output from user_eg_r.c. It shows how qhull() may be called from an application, via Qhull's shared, reentrant library. user_eg is not part of Qhull itself. If user_eg fails immediately, user_eg_r.c was incorrectly linked to Qhull's non-reentrant library, libqhull. Try -- user_eg 'T1' 'T1' 'T1' ======== compute convex hull of cube after rotating input input -1 -1 -1 1 -1 -1 -1 1 -1 1 1 -1 -1 -1 1 1 -1 1 -1 1 1 1 1 1 8 vertices and 6 facets with normals: -0 -0 -1 0 -1 0 1 -0 -0 -1 -0 -0 0 1 -0 -0 -0 1 ======== compute 3-d Delaunay triangulation seed: 1674495997 input -0.552 0.4 -0.345 0.859 -0.241 -0.974 0.0631 0.801 -0.3 0.355 0.196 0.608 0.422 0.372 0.75 -0.3 -0.947 0.989 -0.248 -0.689 -0.934 0.393 0.581 0.769 8 vertices and 17 facets with normals: 0.37 -0.21 -0.43 -0.8 0.34 -0.28 -0.42 -0.79 -0.29 -0.66 0.1 -0.69 0.45 -0.78 0.032 -0.43 -0.17 0.38 -0.9 -0.076 -0.48 0.49 -0.15 0.71 -0.43 0.49 -0.16 0.74 -0.66 0.22 0.66 -0.3 -0.54 0.6 0.1 0.58 -0.32 0.65 0.41 -0.55 -0.28 0.57 -0.048 0.77 0.83 -0.45 0.33 -0.069 0.85 -0.18 0.41 0.26 -0.5 0.16 0.79 -0.31 0.86 0.39 -0.088 -0.33 0.86 0.42 -0.081 -0.3 0.77 0.5 -0.0028 -0.4 find 3-d Delaunay triangle or adjacent triangle closest to [0.5, 0.5, ...] 0.42 0.37 0.75 0.06 0.80 -0.30 0.35 0.20 0.61 0.86 -0.24 -0.97 ======== Compute a new triangulation as a separate instance of Qhull seed: 1674495998 input -0.552 0.663 -0.834 -0.224 0.824 -0.537 0.157 0.159 -0.942 0.224 0.963 -0.353 0.0837 0.441 0.857 0.759 0.395 -0.995 0.519 -0.556 -0.0985 -0.233 -0.242 0.63 8 vertices and 19 facets with normals: -0.035 0.49 0.32 0.81 0.89 0.3 0.19 -0.29 -0.3 -0.78 -0.35 0.44 0.67 0.29 -0.3 -0.62 -0.28 -0.67 0.079 0.68 -0.24 -0.48 0.27 0.8 0.0019 -0.58 0.33 0.75 -0.62 -0.69 -0.36 -0.11 0.32 0.37 0.077 -0.87 0.091 0.71 -0.69 -0.14 0.077 0.55 -0.78 -0.28 0.18 0.58 -0.71 -0.36 -0.59 -0.036 -0.35 -0.72 -0.43 0.81 0.33 0.21 -0.81 0.44 0.29 -0.26 -0.042 0.52 0.1 -0.85 0.15 0.31 -0.18 -0.92 0.12 0.32 -0.11 -0.93 0.012 0.24 -0.19 -0.95 ======== Free memory allocated by the new instance of Qhull, and redisplay the old results. 8 vertices and 17 facets with normals: 0.37 -0.21 -0.43 -0.8 0.34 -0.28 -0.42 -0.79 -0.29 -0.66 0.1 -0.69 0.45 -0.78 0.032 -0.43 -0.17 0.38 -0.9 -0.076 -0.48 0.49 -0.15 0.71 -0.43 0.49 -0.16 0.74 -0.66 0.22 0.66 -0.3 -0.54 0.6 0.1 0.58 -0.32 0.65 0.41 -0.55 -0.28 0.57 -0.048 0.77 0.83 -0.45 0.33 -0.069 0.85 -0.18 0.41 0.26 -0.5 0.16 0.79 -0.31 0.86 0.39 -0.088 -0.33 0.86 0.42 -0.081 -0.3 0.77 0.5 -0.0028 -0.4 ======== compute halfspace intersection about the origin for a diamond input as halfspace coefficients + offsets -1 -1 -1 -1 1 -1 -1 -1 -1 1 -1 -1 1 1 -1 -1 -1 -1 1 -1 1 -1 1 -1 -1 1 1 -1 1 1 1 -1 3 6 0 0 -1 0 -1 0 1 0 0 -1 0 0 0 1 0 0 0 1 8 vertices and 6 facets with normals: -0 -0 -1 0 -1 0 1 -0 -0 -1 -0 -0 0 1 -0 -0 -0 1 CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY CMAKE_INSTALL_BINDIR CMAKE_INSTALL_DATAROOTDIR CMAKE_INSTALL_INCLUDEDIR CMAKE_INSTALL_LIBDIR CMAKE_INSTALL_LIBEXECDIR CMAKE_INSTALL_OLDINCLUDEDIR CMAKE_INSTALL_SBINDIR Convex hull of 8 points in 3-d: Number of vertices: 8 Number of facets: 6 Number of non-simplicial facets: 6 Statistics for: | qhull s Tcv Number of points processed: 8 Number of hyperplanes created: 11 Number of distance tests for qhull: 34 Number of distance tests for merging: 96 Number of distance tests for checking: 100 Number of merged facets: 6 CPU seconds to compute hull (after input): 0.000261 Output completed. Verifying that all points are below outer planes of all facets. Will make 48 distance computations. Delaunay triangulation by the convex hull of 8 points in 4-d: Number of input sites: 8 Number of Delaunay regions: 12 Statistics for: | qhull s d Tcv Number of points processed: 8 Number of hyperplanes created: 24 Number of facets in hull: 17 Number of distance tests for qhull: 29 CPU seconds to compute hull (after input): 0.000144 Output completed. Verifying that all points are below 1.2e-14 of all facets. Will make 96 distance computations. Delaunay triangulation by the convex hull of 8 points in 4-d: Number of input sites: 8 Number of Delaunay regions: 13 Statistics for: | qhull s d Tcv Number of points processed: 8 Number of hyperplanes created: 29 Number of facets in hull: 19 Number of distance tests for qhull: 29 CPU seconds to compute hull (after input): 0.000107 Output completed. Verifying that all points are below 1e-14 of all facets. Will make 104 distance computations. Halfspace intersection by the convex hull of 8 points in 3-d: Number of halfspaces: 8 Number of non-redundant halfspaces: 8 Number of intersection points: 6 Number of non-simplicial intersection points: 6 Statistics for: | qhull H0 s Tcv Fp Number of points processed: 8 Number of hyperplanes created: 11 Number of distance tests for qhull: 34 Number of distance tests for merging: 96 Number of distance tests for checking: 100 Number of merged facets: 6 CPU seconds to compute hull (after input): 0.000148 Output completed. Verifying that all points are below outer planes of all facets. Will make 48 distance computations.