[Numpy-discussion] Compile time flag for numpy

2013-03-09 Thread Sebastian Berg
Hey, how would I go about making a compile time flag for numpy to use as a macro? The reason is: https://github.com/numpy/numpy/pull/2735 so that it would be possible to compile numpy differently for debugging if software depending on numpy is broken by this change. Regards, Sebastian

Re: [Numpy-discussion] Compile time flag for numpy

2013-03-09 Thread Sebastian Berg
On Sat, 2013-03-09 at 17:17 +0100, Sebastian Berg wrote: Hey, how would I go about making a compile time flag for numpy to use as a macro? To be clear I mean an environment variable. The reason is: https://github.com/numpy/numpy/pull/2735 so that it would be possible to compile numpy