You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prefer vendored qhull if sys-wide version can't be determined.
1. When qhull is available system-wide but its version cannot be
determined, ignore it (there is no guarantee that it will, in fact,
work) and fallback to the vendored version.
2. When adding header paths to vendored libraries, prepend the paths to
give them higher priority than /usr/{,local/}include. (In reality we
should just not add the system /usr/{,local/}include paths to the
compiler invocations at all, but that's a more complicated patch.
0 commit comments