jiapei-nexera
jiapei-nexera
Still no answer?? I actually need a **truncated circular cone**...
Same question from me .... Looks like **Open3D** does NOT come with **3D Delaunay Triangulation** as well ?
Thank you man... Same question from me... Thanks
@sandwichmaker By the way, did you notice that [https://github.com/DrTimothyAldenDavis/SuiteSparse](https://github.com/DrTimothyAldenDavis/SuiteSparse) also depends on **metis-5.1.0** ??
@sandwichmaker Could it be possible it's an issue from **METIS itself**? Take a look at [https://github.com/mfem/mfem/issues/698](https://github.com/mfem/mfem/issues/698) ?
@sandwichmaker And also, current **METIS** is now split into two parts: - [https://github.com/KarypisLab/METIS](https://github.com/KarypisLab/METIS) itself - [https://github.com/KarypisLab/GKlib](https://github.com/KarypisLab/GKlib) For now, I even failed to build **CERES examples**, as well as **dense_linear_solver_benchmark** with...
@sergiud Great... But **NOT** able to build with **benchmark**, which is installed from Ubuntu 22.04 repo directly. And I believe you have noticed my other issue at: [https://github.com/sergiud/SuiteSparse/issues/5](https://github.com/sergiud/SuiteSparse/issues/5) ? The...
Might this be the solution? [https://github.com/mfem/mfem/issues/698](https://github.com/mfem/mfem/issues/698) ?
```ImportError: /usr/local/lib/libmetis.so: undefined symbol: gk_jbufs``` Looks like libmetis.so and **GKlib** are now separated, and **libmetis.so** replies on **GKlib** ...
@yxlao What is the advantage of your zlib over the official [zlib](https://zlib.net/)?