Re: [Numpy-discussion] Building 64-bit numpy on OSX

2008-06-07 Thread Dan Yamins
. What I think matters is no matching architecture in universal wrapper. Hmmm. I wonder if you and Michael have the same versions of OS X? And why is dlopen looking for a universal library? One would hope that distutils would have taken care of that. I think you're right about the

Re: [Numpy-discussion] Building 64-bit numpy on OSX

2008-06-07 Thread Charles R Harris
On Sat, Jun 7, 2008 at 9:30 AM, Dan Yamins [EMAIL PROTECTED] wrote: . What I think matters is no matching architecture in universal wrapper. Hmmm. I wonder if you and Michael have the same versions of OS X? And why is dlopen looking for a universal library? One would hope that

Re: [Numpy-discussion] Building 64-bit numpy on OSX

2008-06-06 Thread Dan Yamins
./configure --disable-toolbox-glue --prefix=/Users/mabshoff/64bitnumpy/python-2.5.2-bin --with-gcc=gcc -m64 Let's build numpy 1.1.0: bsd:64bitnumpy mabshoff$ tar xf numpy-1.1.0.tar.gz bsd:64bitnumpy mabshoff$ cd numpy-1.1.0 bsd:numpy-1.1.0 mabshoff$ python setup.py install SNIP Michael

Re: [Numpy-discussion] Building 64-bit numpy on OSX

2008-06-06 Thread Michael Abshoff
Dan Yamins wrote: Hi Dan, ./configure --disable-toolbox-glue --prefix=/Users/mabshoff/64bitnumpy/python-2.5.2-bin --with-gcc=gcc -m64 Let's build numpy 1.1.0: bsd:64bitnumpy mabshoff$ tar xf numpy-1.1.0.tar.gz bsd:64bitnumpy mabshoff$ cd numpy-1.1.0 bsd:numpy-1.1.0

Re: [Numpy-discussion] Building 64-bit numpy on OSX

2008-06-06 Thread Dan Yamins
I'm forced to run it as su. (Is this a bad idea?) Anyhow, when I do run sudo python setup.py install in the numpy-1.1.0 directory I downloaded from SciPy website, the build apparently works. If you were able to install python without sudo you should not need to use sudo to build

Re: [Numpy-discussion] Building 64-bit numpy on OSX

2008-06-06 Thread Charles R Harris
On Fri, Jun 6, 2008 at 3:50 PM, Dan Yamins [EMAIL PROTECTED] wrote: I'm forced to run it as su. (Is this a bad idea?) Anyhow, when I do run sudo python setup.py install in the numpy-1.1.0 directory I downloaded from SciPy website, the build apparently works. If you were able to

Re: [Numpy-discussion] Building 64-bit numpy on OSX

2008-06-06 Thread Charles R Harris
On Fri, Jun 6, 2008 at 5:28 PM, Charles R Harris [EMAIL PROTECTED] wrote: On Fri, Jun 6, 2008 at 3:50 PM, Dan Yamins [EMAIL PROTECTED] wrote: I'm forced to run it as su. (Is this a bad idea?) Anyhow, when I do run sudo python setup.py install in the numpy-1.1.0 directory I

Re: [Numpy-discussion] Building 64-bit numpy on OSX

2008-06-06 Thread Michael Abshoff
Charles R Harris wrote: On Fri, Jun 6, 2008 at 3:50 PM, Dan Yamins [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: I'm forced to run it as su. (Is this a bad idea?) Anyhow, when I do run sudo python setup.py install in the numpy-1.1.0