Skip to content
New issue

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

Add libigl #9451

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Add libigl #9451

wants to merge 6 commits into from

Conversation

SimonDanisch
Copy link
Member

No description provided.

L/libigl/build_tarballs.jl Outdated Show resolved Hide resolved
L/libigl/build_tarballs.jl Outdated Show resolved Hide resolved
L/libigl/build_tarballs.jl Outdated Show resolved Hide resolved
L/libigl/build_tarballs.jl Outdated Show resolved Hide resolved
@eschnett
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants