Re: [Numpy-discussion] building numpy 1.6.2 on OSX 10.6 / Python2.7.3

2012-08-08 Thread Andrew Nelson
> > > Message: 1 > Date: Wed, 8 Aug 2012 08:43:18 +0100 > From: David Cournapeau > Subject: Re: [Numpy-discussion] building numpy 1.6.2 on OSX 10.6 / > Python2.7.3 > To: Discussion of Numerical Python > Message-ID: > < > cagy4rcw4b9k

Re: [Numpy-discussion] building numpy 1.6.2 on OSX 10.6 / Python2.7.3

2012-08-08 Thread Aron Ahmadia
FWIW, on my OS X.6.8 system, using a brew-installed python, and installing into /usr/local/lib, the symbols appear to be present: ❯ nm /usr/local/lib/python2.7/site-packages/numpy/core/multiarray.so | grep ceil U _ceil U _ceilf U _ceill 00

Re: [Numpy-discussion] building numpy 1.6.2 on OSX 10.6 / Python2.7.3

2012-08-08 Thread Aron Ahmadia
> > `python setup.py install --user` should install bumpy in a ~/.local > directory, you'll just have to update your PYTHONPATH > As of Python 2.6/3.x, ~/.local is searched after is added before the system site directories but after Python's search paths and PYTHONPATH. See PEP 370 for more detail

Re: [Numpy-discussion] building numpy 1.6.2 on OSX 10.6 / Python2.7.3

2012-08-08 Thread David Cournapeau
On Wed, Aug 8, 2012 at 6:15 AM, Andrew Nelson wrote: > Dear Pierre, > as indicated yesterday OSX system python is in: > > /System/Library/Frameworks/Python.framework/ > > I am installing into: > > /Library/Frameworks/Python.framework/Versions/Current/lib/python2.7/site-packages > > This should not

Re: [Numpy-discussion] building numpy 1.6.2 on OSX 10.6 / Python2.7.3

2012-08-07 Thread Andrew Nelson
/import correctly on my setup. regards, Andrew. > Date: Tue, 7 Aug 2012 14:00:58 +0200 > From: Pierre GM > Subject: Re: [Numpy-discussion] building numpy 1.6.2 on OSX 10.6 / > Python2.7.3 > > Andrew, > > I'm afraid you did. > > It's generally co

Re: [Numpy-discussion] building numpy 1.6.2 on OSX 10.6 / Python2.7.3

2012-08-07 Thread Chris Barker
On Tue, Aug 7, 2012 at 5:00 AM, Pierre GM wrote: > It's generally considered a "very bad idea"(™) to install NumPy on a recent > OSX system without specifying a destination. By default, the process will > try to install on /Library/Frameworks/Python, overwriting the pre-installed > version of Num

Re: [Numpy-discussion] building numpy 1.6.2 on OSX 10.6 / Python2.7.3

2012-08-07 Thread Pierre GM
Andrew, I'm afraid you did. It's generally considered a "very bad idea"(™) to install NumPy on a recent OSX system without specifying a destination. By default, the process will try to install on /Library/Frameworks/Python, overwriting the pre-installed version of NumPy that comes with your machi

[Numpy-discussion] building numpy 1.6.2 on OSX 10.6 / Python2.7.3

2012-08-06 Thread Andrew Nelson
Dear list, I am trying to build numpy 1.6.2 from source but am running up against a few problems. Platform: OSX10.6.8 Python: 2.7.3 (compiled using gcc 4.2.1) gcc: 4.2.1 gfortran: 4.2.1 I try the normal build sequence: python setup.py build sudo python setup.py install However, when I try to imp