On Fri, Dec 3, 2010 at 12:56 AM, Nils Wagner <nwagner@iam.uni-stuttgart.de> wrote:
On Fri, 03 Dec 2010 08:47:32 +0100
 "Nils Wagner" <nwagner@iam.uni-stuttgart.de> wrote:
> On Fri, 3 Dec 2010 00:42:16 -0700
>  Charles R Harris <charlesr.harris@gmail.com> wrote:
>> On Fri, Dec 3, 2010 at 12:29 AM, Nils Wagner
>> <nwagner@iam.uni-stuttgart.de>wrote:
>>
>>> Hi all,
>>>
>>> I have installed the latest version of numpy.
>>>
>>> >>> numpy.__version__
>>> '2.0.0.dev-6aacc2d'
>>>
>>>
>>
>> I don't see that here or on the buildbots. There was a
>>problem with
>> segfaults that was fixed in commit
>> c0e1c0000f27b55dfd5a<https://github.com/numpy/numpy/commit/c0e1c0000f27b55dfd5aa4b1674a8c1b6ac38c36>Can
>> you check that your installation is clean, etc. Also,
>>what platform
>> are
>> you running on?
>
> I have removed the build directory.
> Is it also neccessary to remove numpy in thr
>installation
> directory ?
>
> /data/home/nwagner/local/lib/python2.5/site-packages/
>
> Platform
>
> 2.6.18-92.el5 #1 SMP Tue Jun 10 18:51:06 EDT 2008 x86_64
> x86_64 x86_64 GNU/Linux
>
>
> Nils
> _______________________________________________
> NumPy-Discussion mailing list
> NumPy-Discussion@scipy.org
> http://mail.scipy.org/mailman/listinfo/numpy-discussion


I have also removed the numpy directory within
/data/home/nwagner/local/lib/python2.5/site-packages/.
Now all tests pass.
Ran 3080 tests in 12.288s

OK (KNOWNFAIL=4, SKIP=1)
<nose.result.TextTestResult run=3080 errors=0 failures=0>


Great.
 
How is the build process implemented on the build bots ?


I don't know the details, but it looks to me like they do a clean checkout and fresh install.

Chuck