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

2008-12-10 Thread Peter Norton
On Wed, Dec 10, 2008 at 12:59 AM, David Cournapeau <[EMAIL PROTECTED]> wrote: > Peter Norton 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,

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

2008-12-09 Thread Peter Norton
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__;

Re: [Numpy-discussion] Problems building numpy on solaris 10 x86

2008-11-26 Thread Peter Norton
On Tue, Nov 25, 2008 at 11:28 PM, David Cournapeau < [EMAIL PROTECTED]> wrote: > Charles R Harris wrote: > > > > > > What happens if you go the usual python setup.py {build,install} route? > > Won't go far since it does not handle sunperf. > > David Even though the regular build process appears

[Numpy-discussion] Problems building numpy on solaris 10 x86

2008-11-25 Thread Peter Norton
Back in the beginning of the summer, I jumped through a lot of hoops to build numpy+scipy on solaris, 64-bit with gcc. I received a lot of help from David C., and ended up, by some very ugly hacking, building an acceptable numpy+scipy+matplotlib trio for use at my company. However, I'm back at it