bsolomon1124 / pycld3

Python3 bindings for the Compact Language Detector v3 (CLD3)
Apache License 2.0
149 stars 6 forks source link

[breaking] [build] Switch from HAS_CYTHON -> USE_CYTHON #26

Closed bsolomon1124 closed 3 years ago

bsolomon1124 commented 3 years ago

Make Cython compilation from pyx optional even if the installing user has Cython. Allow user to pass USE_CYTHON=1 to build with Cython.

Related to: https://github.com/bsolomon1124/pycld3/issues/24