Yggdrasil icon indicating copy to clipboard operation
Yggdrasil copied to clipboard

Add libigl

Open SimonDanisch opened this issue 1 year ago • 2 comments

SimonDanisch avatar Sep 18 '24 14:09 SimonDanisch

The error message CMake Error: The source directory "/workspace/srcdir/libigl/build/ " is weird. Note the trailing space.

You can try building in the main directory. For that, remove the mkdir build and cd build commands, and add the option -B build to cmake. Then build and install via

cmake --build build --parallel $(nproc)
cmake --install build

eschnett avatar Sep 26 '24 18:09 eschnett

What's the status of this? @SimonDanisch are you still interested in getting this in (after waiting for over a year.. oops...) It seems it was not building last someone commented, but we'd have to do a fresh build now either way, so you could e.g. rebase it onto lastest master or so to get current build logs.

fingolfin avatar Nov 24 '25 17:11 fingolfin