[Numpy-discussion] Compilation with Visual Studio 2003

Matthieu Brucher matthieu.brucher at gmail.com
Sun Nov 11 03:16:51 EST 2007


> No, it looks like NPY_ALLOW_THREADS is not defined: this pre processor
> symbol is defined in config.h, which is auto generated by the setup.py
> from numpy.core. Can you paste its content (should be somewhere in
> your build directory).
>
> David


Here it is :

/* #define SIZEOF_SHORT 2 */
/* #define SIZEOF_INT 4 */
/* #define SIZEOF_LONG 4 */
/* #define SIZEOF_FLOAT 4 */
/* #define SIZEOF_DOUBLE 8 */
#define SIZEOF_LONG_DOUBLE 8
#define SIZEOF_PY_INTPTR_T 4
/* #define SIZEOF_LONG_LONG 8 */
#define SIZEOF_PY_LONG_LONG 8
/* #define CHAR_BIT 8 */

Matthieu
-- 
French PhD student
Website : http://miles.developpez.com/
Blogs : http://matt.eifelle.com and http://blog.developpez.com/?blog=92
LinkedIn : http://www.linkedin.com/in/matthieubrucher
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20071111/b20ccfe2/attachment.html>


More information about the NumPy-Discussion mailing list