libigl-python-bindings
libigl-python-bindings copied to clipboard
Can I manually install libigl and numpyeigen independently before this libigl-python-binding?
Can I manually install libigl and numpyeigen independently before this libigl-python-binding? It looks libigl-python-bindings download two external packages
- libigl
- numpyeigen automatically, from within CMakeLists.txt I can tell. However, what if I've already manually installed both packages before this libigl-python-bindings ???
Cheers
This requires changing the cmake in a non-trivial way.
We think that most users will not compile the bindings from source, but getting the pre-compiled binaries from conda-forge.
Closing this old issue. My understanding is that the answer is: "probably but we're not supporting that".