-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency file
Description
Description
We should move Qhull calls into dedicated functions away from the place of use (for example as we do with ArborX). This should give us better control of the third-party library.
In a second step we should think about making it an optional dependency. Qhull is only used in one place in cut. Users should not need to build 4C with Qhull just to be able to use cut related functionality, which would ease the installation process in many cases.
Possible Solution and Definition of Done
- Move
Qhullcalls into dedicated functions away from its actual use (e.g. somewhere incorebeing calledconvex_hull()or similar) - Make
Qhullan optional dependency
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency file