[SciPy-dev] [SciPy-user] linspace

Travis Oliphant oliphant.travis at ieee.org
Tue Dec 6 00:56:30 EST 2005


David M. Cooke wrote:

>
> Isn't compiling for me:
>
> [snip]
> building 'scipy.base.multiarray' extension

> scipy/base/src/arrayobject.c:3325: error: conflicting types for
> ‘PyArray_NewFromDescr’
> build/src/scipy/base/__multiarray_api.h:135: error: previous
> declaration of ‘PyArray_NewFromDescr’ was here

My bad, the new function had the wrong type-signature. There weren't a
lot of 64-bit changes but I would like more 64-bit testing to find
any more issues like this.

>
>
> (and more)
>
> I think the declarations in
> scipy/base/code_generators/generate_array_api.py are out of sync with
> current reality.

Not the probelm but your solution would be nice anyway.

-Travis





More information about the SciPy-Dev mailing list