[Numpy-discussion] Numscons issues: numpy.core.umath_tests not built, built-in ld detection, MAIN__ not being set-up

Charles R Harris charlesr.harris at gmail.com
Tue Dec 9 21:50:02 EST 2008


On Tue, Dec 9, 2008 at 4:50 PM, Peter Norton <
spacey-numpy-discussion at lenin.net> wrote:

> I've got a few issues that I hope won't be overwhelming on one message:
>
> (1) Because of some issues in the past in building numpy with
> numscons, the numpy.core.umath_tests don't get built with
> numpy+numscons (at least not as of svn version 6128).
>
> $ python -c 'import numpy; print numpy.__version__; import
> numpy.core.umath_tests'
> 1.3.0.dev6139
> Traceback (most recent call last):
>  File "<string>", line 1, in <module>
> ImportError: No module named umath_tests
>
> What needs to be done to get this module incorporated into the numscons
> build?
>

It's also commented out of the usual setup.py file also because of
blas/lapack linkage problems that need to be fixed; I was working on other
things. It's probably time to fix it.

Chuck
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20081209/20b1171d/attachment.html>


More information about the NumPy-Discussion mailing list