Re: [Cython] Cygwin: Handling missing C99 long double functions

2016-05-13 Thread Erik Bray
On Thu, May 12, 2016 at 12:55 AM, Greg Ewing wrote: > Erik Bray wrote: >> >> A developer who writes some code that >> happens to use long double isn't going to think themselves "Gosh, I >> guess I can't accept `long double` here because it may cause Cython to >> generate code that contains "truncl

Re: [Cython] missing cimport in module '.' - bug?

2016-05-13 Thread Stefan Behnel
Christoph Groth schrieb am 03.05.2016 um 16:19: > The setup.py script of our package "kwant" uses Cython.Build.cythonize. > Everything works well, except that for pyx files that cimport a module > from "." an error message is generated. E.g. for the file > "kwant/linalg/lapack.pyx" that contains t