Re: [Numpy-discussion] Mac OSX 4-way universal Re: [Pythonmac-SIG] python 2.6 trunk

2008-08-14 Thread Chris Kees
The 4-way universal install of numpy-1.1.1 is working now with the Python 2.6b2+ (trunk:65678), and all the tests pass (running as i386 and x86_64 at least). Unfortunately, I didn't find exactly what was causing it. I just erased /Library/Frameworks/Python64.framework and rebuilt the 4-way unive

Re: [Numpy-discussion] Mac OSX 4-way universal

2008-08-13 Thread robert . kern
On 2008-08-13, David Cournapeau <[EMAIL PROTECTED]> wrote: > On Wed, Aug 13, 2008 at 4:20 PM, Robert Kern <[EMAIL PROTECTED]> wrote: >> >> Hmm. Odd. I can't find the string "Can't install when cross-compiling" >> anywhere in the numpy or Python sources. Can you try again with the >> environment var

Re: [Numpy-discussion] Mac OSX 4-way universal

2008-08-13 Thread Chris Kees
You're right. I think it's coming from here: Lib/distutils/command/install.py:573 def run (self): # Obviously have to build before we can install if not self.skip_build: self.run_command('build') # If we built for any other platform, we can't install.

Re: [Numpy-discussion] Mac OSX 4-way universal

2008-08-13 Thread David Cournapeau
On Wed, Aug 13, 2008 at 4:20 PM, Robert Kern <[EMAIL PROTECTED]> wrote: > > Hmm. Odd. I can't find the string "Can't install when cross-compiling" > anywhere in the numpy or Python sources. Can you try again with the > environment variable DISTUTILS_DEBUG=1 set? You can find it in python svn: the

Re: [Numpy-discussion] Mac OSX 4-way universal

2008-08-13 Thread Robert Kern
On Wed, Aug 13, 2008 at 15:26, Chris Kees <[EMAIL PROTECTED]> wrote: > Here's a bit more. I tried sending the redirected output as attachments but > it got held up by the list server. I beg your pardon, then. You can send me the full logs in private email. > building extension "numpy.lib._compile

Re: [Numpy-discussion] Mac OSX 4-way universal

2008-08-13 Thread Chris Kees
Here's a bit more. I tried sending the redirected output as attachments but it got held up by the list server. building extension "numpy.lib._compiled_base" sources building extension "numpy.numarray._capi" sources building extension "numpy.fft.fftpack_lite" sources building extension "numpy.linal

Re: [Numpy-discussion] Mac OSX 4-way universal

2008-08-13 Thread Robert Kern
On Wed, Aug 13, 2008 at 08:00, Chris Kees <[EMAIL PROTECTED]> wrote: > %python setup.py build > %sudo python setup.py install > ...snipped > adding 'build/scripts.macosx-10.5-universal-2.6/f2py64-32' to scripts > error: Can't install when cross-compiling Please don't snip. I need more context. -

Re: [Numpy-discussion] Mac OSX 4-way universal

2008-08-13 Thread Chris Kees
%python setup.py build %sudo python setup.py install ...snipped adding 'build/scripts.macosx-10.5-universal-2.6/f2py64-32' to scripts error: Can't install when cross-compiling On 8/13/08 12:40 AM, "Robert Kern" <[EMAIL PROTECTED]> wrote: > On Tue, Aug 12, 2008 at 23:27, Kees, Christopher E > <[

Re: [Numpy-discussion] Mac OSX 4-way universal

2008-08-12 Thread Robert Kern
On Tue, Aug 12, 2008 at 23:27, Kees, Christopher E <[EMAIL PROTECTED]> wrote: > Hi, I'm trying to install numpy 1.1.1 into a 4-way universal build of python > 2.6. It builds fine, but I get an error in install saying I can't install > when cross-compiling. Does anybody know how to get around this?

[Numpy-discussion] Mac OSX 4-way universal

2008-08-12 Thread Kees, Christopher E
Hi, I'm trying to install numpy 1.1.1 into a 4-way universal build of python 2.6. It builds fine, but I get an error in install saying I can't install when cross-compiling. Does anybody know how to get around this? Chris ___ Numpy-discussion mailing lis