[SciPy-User] scipy trunk build / segfault problem
Pierre GM
pgmdevlist at gmail.com
Tue Oct 27 13:13:27 EDT 2009
On Oct 27, 2009, at 6:52 AM, Ralf Gommers wrote:
...
> Before each build I remove old files with:
> $ rm -rf build/
> $ sudo rm /Library/Python/2.6/site-packages/numpy.egg-link
> (and same for SciPy)
>
>
> Then I build NumPy (r7593) in-place with:
Ralf,
When you build in-place, you should try to remove old *.so from your
numpy directory before rebuilding. That way, you're sure that the
latest libraries are recompiled and you're not mixing old and new.
Not sure whether it's appropriate in your case, though...
Cheers
P.
More information about the SciPy-User
mailing list