Skip to content

python: switch to scikit-build-core

Sebastian Müller requested to merge muellese/mhm:python_skbuid_core into develop

The new scikit-build-core package enables a smoother wrapping of mHM in Python.

changes:

  • better editable install support
  • cleaned up environment variables for configuration (MHM_BUILD_PY_SCRIPT (now always build) and MHM_BUILD_NINJA (now set via pyproject.toml))
  • download forces with cmake when building sdist
  • removed setup.py and MANIFEST.in
  • better folder stucture for python-bindings to separate python modules and wrapper (mostly done for wheels)
Edited by Sebastian Müller

Merge request reports