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

libigl source package does not contain igl #257

Open
cielavenir opened this issue Mar 21, 2025 · 4 comments
Open

libigl source package does not contain igl #257

cielavenir opened this issue Mar 21, 2025 · 4 comments

Comments

@cielavenir
Copy link

I tried to build source package for Python 3.13, then I get this:

  creating build/lib.linux-x86_64-cpython-313/igl
  copying igl/helpers.py -> build/lib.linux-x86_64-cpython-313/igl
  copying igl/__init__.py -> build/lib.linux-x86_64-cpython-313/igl
  copying igl/_version.py -> build/lib.linux-x86_64-cpython-313/igl
  running build_ext
  CMake Warning:
    Ignoring extra path from command line:

     "/tmp/pip-install-lapw9xbg/libigl_ace99328776f44dca872480fb6350b45"


  CMake Error: The source directory "/tmp/pip-install-lapw9xbg/libigl_ace99328776f44dca872480fb6350b45" does not appear to contain CMakeLists.txt.
  Specify --help for usage, or press the help button on the CMake GUI.
@alecjacobson
Copy link
Contributor

What are you running to do the build? My recommendation would be to follow the .github/ workflows as close as possible.

@cielavenir
Copy link
Author

@alecjacobson

python3.13 -m pip install libigl, which should be quite normal.

@cielavenir
Copy link
Author

(current libigl-2.5.1.zip package is confusing...)

@alecjacobson
Copy link
Contributor

alecjacobson commented Mar 26, 2025 via email

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

No branches or pull requests

2 participants