Skip to content

qhullv8.0.2

Updated

computes the convex hull, Delaunay triangulation, Voronoi diagram

#Usage

The package qhull provides CMake targets:

# Reentrant C API
find_package(Qhull CONFIG REQUIRED)
target_link_libraries(main PRIVATE Qhull::qhull_r)

# C++ API
find_package(Qhull CONFIG REQUIRED)
target_link_libraries(main PRIVATE Qhull::qhullcpp)

#License

Not declared in the port manifest

#Supported Platforms

All platforms supported.

#Features

No default features.

#tools

Determines whether tools should be built

Dependencies:

No dependencies.

Host Dependencies:

No dependencies.

#Dependencies

No dependencies.

#Host Dependencies

No transitive dependencies.

#Used By

#Host Tool For

No ports use this.

#Contributors

  • mmazaherit's avatarmmazaherit
  • Tsukasa Sugiura's avatarTsukasa Sugiura
  • Alexander Karatarakis's avatarAlexander Karatarakis
  • Victor Romero's avatarVictor Romero
  • Alexander Neumann's avatarAlexander Neumann
  • pravic's avatarpravic
  • contre's avatarcontre
  • SeekingMeaning's avatarSeekingMeaning
  • Giulio Romualdi's avatarGiulio Romualdi
  • ras0219's avatarras0219
  • Francisco Facioni's avatarFrancisco Facioni
  • Billy O'Neal's avatarBilly O'Neal
  • Kai Pastor's avatarKai Pastor
  • Matthias Kuhn's avatarMatthias Kuhn
  • Aleksi Sapon's avatarAleksi Sapon
  • Tiago Freitas's avatarTiago Freitas

#Changelog

  • d31b919[qhull] replace cmake minimum required version on cmakelists.txt for compatibility with cmake 4 (#47356)
  • ff2d960[qhull] Patch for C++20 support (#37765)
  • 7d9775a[qhull] make tools optional (#27260)
  • 61ae96e[qhull] Fix copyright, pc files, cmake usage (#23129)
  • b295670Bulk convert control files. (#19986)
  • 4caec04qhull - fix missing symbols (#19276)
  • 988cabb[qhull] Update to 8.0.2 (#13445)
  • a2cd3ad[qhull] update version 8.0.0 (#12015)
  • ecf8393[qhull] Fix Mac support (#9651)
  • 2bf8b26[qhull] fix UWP building (#7370)
Show 10 earlier changes