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

please provide way to regenerate cython files #436

Closed
juliantaylor opened this issue Oct 27, 2018 · 2 comments
Closed

please provide way to regenerate cython files #436

juliantaylor opened this issue Oct 27, 2018 · 2 comments

Comments

@juliantaylor
Copy link

The release tarballs contain generated cython files. But sometimes you want to regenerate them with newer versions of cython e.g. to support newer python versions.

Please provide a way to correctly generate all files. E.g. via a script (that is aware of cython -2 and cython -3) or directly via setup.py like e.g. python-numpy and python-scipy do it (see their cythonize.py).

@molinav
Copy link
Member

molinav commented Dec 5, 2021

@juliantaylor I have been refactoring the whole project and now the _geoslib.c file is not part of the repository anymore, i.e. the Cython extension is compiled at build time when calling python setup.py bdist_wheel.

If you are using GNU/Linux, I recently uploaded precompiled binary wheels to PyPI with the latest beta release (1.3.0b1). Soon we will have a stable release.

@molinav molinav closed this as completed Dec 5, 2021
@molinav
Copy link
Member

molinav commented Dec 29, 2021

@juliantaylor We finally have the stable release 1.3.0 on PyPI in case you want to give it a try.

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

No branches or pull requests

2 participants