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

Better packaging for Python wrapper. #75

Closed
edu159 opened this issue Aug 13, 2021 · 2 comments
Closed

Better packaging for Python wrapper. #75

edu159 opened this issue Aug 13, 2021 · 2 comments
Assignees

Comments

@edu159
Copy link

edu159 commented Aug 13, 2021

Currently the way of building the bindings for Python is quite rudimentary through a Makefile. It would be better to create a python package the user can build and install or even upload it to The Python Package Index so the user does not need to build it at all.

@SLongshaw
Copy link
Member

Agreed, there is no reason not to do this that I can think of

@SLongshaw
Copy link
Member

The Python wrapper can now be built wholly through a self-contained CMake build, which can also be triggered by a top-level CMake package build process. This is a pre-cursor to releasing the library via Spack and potentially other package management systems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants