Skip to content

Python bindings, continued#82

Open
shtrophic wants to merge 8 commits intofixstars:masterfrom
shtrophic:pysgm
Open

Python bindings, continued#82
shtrophic wants to merge 8 commits intofixstars:masterfrom
shtrophic:pysgm

Conversation

@shtrophic
Copy link

@shtrophic shtrophic 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.

@shtrophic
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