We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I am just installing MiniQhull and everything seemed ok but once I try to perform a delaunay triangulation I get the following error
> connectivity = MiniQhull.delaunay(dim, numpoints, coordinates) ERROR: QHULL WRAPPER is not properly loaded Stacktrace: [1] error(s::String) @ Base ./error.jl:33 [2] macro expansion @ ~/.julia/packages/MiniQhull/PLvbq/src/load.jl:34 [inlined] [3] new_qhull_handler @ ~/.julia/packages/MiniQhull/PLvbq/src/bindings.jl:4 [inlined] [4] _delaunay(dim::Int32, numpoints::Int32, points::Vector{Float64}, flags::Nothing) @ MiniQhull ~/.julia/packages/MiniQhull/PLvbq/src/MiniQhull.jl:12 [5] delaunay(dim::Int64, numpoints::Int64, points::Vector{Int64}, flags::Nothing) @ MiniQhull ~/.julia/packages/MiniQhull/PLvbq/src/MiniQhull.jl:114 [6] delaunay(dim::Int64, numpoints::Int64, points::Vector{Int64}) @ MiniQhull ~/.julia/packages/MiniQhull/PLvbq/src/MiniQhull.jl:113 [7] top-level scope @ REPL[95]:1
Do you know what is happening? Thanks in advance
The text was updated successfully, but these errors were encountered:
Is this issue still valid @dforero0896 ?
Can the maintainers comment on the differences between Qhull_jll and QhullMiniWrapper_jll?
Sorry, something went wrong.
QhullMiniWrapper_jll is a C wrapper to QHULL that exposes functions that are easier to call from Julia.
I see, MiniQhull.jl calls QhullMiniWrapper_jll which calls Qhull_jll
In the end I moved on to use Tetgen instead. I cpuldn't figure out what happened with Qhull.
No branches or pull requests
Hi, I am just installing MiniQhull and everything seemed ok but once I try to perform a delaunay triangulation I get the following error
Do you know what is happening?
Thanks in advance
The text was updated successfully, but these errors were encountered: