Need an advice

Stéfan van der Walt stefan at sun.ac.za
Fri Jan 13 20:34:13 EST 2012


On Sun, Jan 1, 2012 at 11:02 PM, Nadav Horesh <nadavh.horesh at gmail.com> wrote:
> Shouldn't be a way to copy compilation flags from pythonx.x/config/Makefile?
> I think (not sure) that numpy does it.

I've CCd David Cournapeau on this e-mail; I think he'll be able to
recommend the best route forward
(David, the full message is here:
http://groups.google.com/group/scikits-image/browse_thread/thread/a2d4edb98c45d0cf
).

One alternative is to simply try the compilation, first with the fast
math flag, then without, and then have a conditional import in the
code that loads whatever survives the compilation process (with
ndimage's convolve as a backup).

Stéfan



More information about the scikit-image mailing list