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

WIP: Make espresso pip-installable #4884

Open
wants to merge 3 commits into
base: python
Choose a base branch
from

Conversation

jhossbach
Copy link
Contributor

Closes #4222

scikit-build is used to build espresso with CMake and install espressond in the site-packages directory.
This should also resolve the issue with paths in virtual environments without needing to add a .pth file (#4872) and should make espresso pretty easy to install in any environment.

Things I haven't touched:

  • Adding metadata to the setup.py, such as the license or description.
  • Building should happen in parralel with ninja but I am not sure if this was the case on my PC, so parallel building should be checked.
  • Documentation
  • of course updating the CI etc.

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.

Make espresso "pip installable" by adding a setup.py file
1 participant