Heads up: mpl and numpy/scipy SVN

Hi all,

I was trying to track down a problem with current numpy/scipy from
svn, and realized that mpl doesn't build anymore:

...

compile options:
'-I/home/fperez/tmp/local/lib/python2.4/site-packages/numpy/core/include
-I/usr/local/include -I/usr/include -I. -I/usr/include/python2.4 -c'
extra options: '-DSCIPY=1'
gcc: src/_ns_cntr.c
src/_ns_cntr.c: In function 'build_cntr_list_v2':
src/_ns_cntr.c:1376: warning: unused variable 'point'
src/_ns_cntr.c: In function 'Cntr_init':
src/_ns_cntr.c:1617: error: 'PyArray_SBYTE' undeclared (first use in
this function)
src/_ns_cntr.c:1617: error: (Each undeclared identifier is reported only once
src/_ns_cntr.c:1617: error: for each function it appears in.)
src/_ns_cntr.c: In function 'build_cntr_list_v2':
src/_ns_cntr.c:1376: warning: unused variable 'point'
src/_ns_cntr.c: In function 'Cntr_init':
src/_ns_cntr.c:1617: error: 'PyArray_SBYTE' undeclared (first use in
this function)
src/_ns_cntr.c:1617: error: (Each undeclared identifier is reported only once
src/_ns_cntr.c:1617: error: for each function it appears in.)
error: Command "gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3
-Wall -Wstrict-prototypes -fPIC
-I/home/fperez/tmp/local/lib/python2.4/site-packages/numpy/core/include
-I/usr/local/include -I/usr/include -I. -I/usr/include/python2.4 -c
src/_ns_cntr.c -o build/temp.linux-i686-2.4/src/_ns_cntr.o -DSCIPY=1"
failed with exit status 1

There have been changes to the C API in numpy which are probably
causing this (See Travis' recent messages on that list).

Cheers,

f