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

Python bindings, continued #82

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

Conversation

Sir-Photch
Copy link

@Sir-Photch Sir-Photch commented Nov 21, 2024

Hello there.

This PR continues the work of #57 which got abandoned.
Apparently, the last state before closing was to resolve the installation of the native python module, which is now solved by simply adding an install()-target in pysgm/CMakeLists.txt.
Since no python wrapper code is necessary, __init__.py and setup.py is not needed. Just putting the module into its place is enough.

Note that now, pip install . won't work either. For installation, a make install is enough.

@Sir-Photch
Copy link
Author

Building a python wheel now works via python -m build --wheel --no-isolation.

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.

2 participants