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

Replace setup.py with CMake #47

Open
Bonifatius94 opened this issue Jul 25, 2021 · 0 comments
Open

Replace setup.py with CMake #47

Bonifatius94 opened this issue Jul 25, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@Bonifatius94
Copy link
Owner

Bonifatius94 commented Jul 25, 2021

Issue:

  • building the project relies on python distutils / setuptools that are not suitable for Python C-extensions
  • installing dependencies to build against (like numpy) is supported very poorly -> makes a sdist very painful to deploy
  • building is not multi-platform capable, i.e. you cannot build for Windows and Mac, just for Linux
  • CMake scikit-build + dockcross build envs offer a solution to automate build processes cross-platform

Suggested Solution:

@Bonifatius94 Bonifatius94 added the enhancement New feature or request label Jul 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant