Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:yarunachalam:branches:devel:languages:python
python-imagecodecs
always-cythonize.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File always-cythonize.patch of Package python-imagecodecs
Index: imagecodecs-2021.6.8/setup.py =================================================================== --- imagecodecs-2021.6.8.orig/setup.py +++ imagecodecs-2021.6.8/setup.py @@ -105,7 +105,7 @@ def ext(**kwargs): OPTIONS = { - 'cythonize': 'PyPy' in sys.version, # or sys.version_info >= (3, 10) + 'cythonize': True, 'include_dirs': ['imagecodecs'], 'library_dirs': [], 'libraries': ['m'] if sys.platform != 'win32' else [],
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor