pchanial / pyoperators

Operators and solvers for high-performance computing.
http://pchanial.github.com/pyoperators
Other
14 stars 9 forks source link

fix #14: automatic cythonization if cython present #15

Closed ghisvail closed 10 years ago

ghisvail commented 10 years ago

Hi Pierre,

As promised, here is a PR that implements the behaviour I expected:

pchanial commented 10 years ago

Thanks! I'll commit shortly a patch to remove the leftovers in setup.py and I'll regroup USE_CYTHON with the other hooks variables that can be changed by the caller.