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
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
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.
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
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
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
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.
-
%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
> <[
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?
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
10 matches
Mail list logo