We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As mapnik now has changed to cmake and supports static plugins, I think the next step is to port python-mapnik, too.
As a lot has changed, I would also update to the new pyproject.toml https://pip.pypa.io/en/stable/reference/build-system/pyproject-toml/ and using scikit-build https://scikit-build.readthedocs.io/en/latest/index.html which makes it much easier to build.
scikit-build
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
As mapnik now has changed to cmake and supports static plugins, I think the next step is to port python-mapnik, too.
As a lot has changed, I would also update to the new pyproject.toml https://pip.pypa.io/en/stable/reference/build-system/pyproject-toml/ and using
scikit-build
https://scikit-build.readthedocs.io/en/latest/index.html which makes it much easier to build.The text was updated successfully, but these errors were encountered: