On Sun, Jul 18, 2010 at 12:53 PM, Sandro Tosi <mo...@debian.org> wrote:
> Hello,
> I finally found the time to update numpy in Debian. But, there is a problem...
>
> As you probably know, we support several architectures and we need to
> have any package available on each of them. After the upload I noticed
> numpy has problem building on alpha [1] (ieee754.c compilation error,
> probably related to the conversion from .src) and powerpc [2]
> (long_double identification)

The alpha issue should be easy to fix: it is just a code path which
has never been tested so far, but the code is there.

The ppc one is more annoying, and known. The problem is that linux on
ppc uses the IBM format for long double (sum of two double), which
requires to implement non trivial, heavily platform dependent code. I
have just added code to correctly detect the long double format at the
configure stage.

Do you have shell access to the machines ? It would makes the work
much easier for me to fix those issues,

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

Reply via email to