On Sun, Feb 14, 2010 at 11:32 AM, Pauli Virtanen <p...@iki.fi> wrote:

> Charles R Harris <charlesr.harris <at> gmail.com> writes:
> > -  if (ap1->ob_type != ap2->ob_type) {
> > + if (Py_TYPE(ap1) != Py_TYPE(ap2)) {
> >
> > Pauli fixed a lot of those. Did you remove the old build directory and
> all
> that stuff?
>
> I thought I fixed all of those, but apparently missed that one. Builds fine
> for
> me, but maybe it didn't find Atlas on my system for some reason.
>
>
There are more - grep -r ob_type numpy/* - how do you want to go about
fixing these things?

Chuck
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to