Christopher Barker wrote:
> So does that mean we can build Universal binaries of Scipy now?
With some fiddling, probably.
> And back to the original question -- is the binary at python mac (only
> 2.4 at my last look) Universal?
Almost certainly not.
--
Robert Kern
"I have come to believe t
Robert Kern wrote:
> Christopher Barker wrote:
>
>> So does that mean we can build Universal binaries of Scipy now?
>
> With some fiddling, probably.
Namely,
$ LDFLAGS="-undefined dynamic_lookup -bundle -arch i386 -arch ppc" python
setup.py config_fc --fcompiler=gnu95 --arch="-arch i386 -arch
Robert Kern wrote:
> Robert Kern wrote:
>> Christopher Barker wrote:
>>
>>> So does that mean we can build Universal binaries of Scipy now?
>> With some fiddling, probably.
>
> Namely,
>
> $ LDFLAGS="-undefined dynamic_lookup -bundle -arch i386 -arch ppc" python
> setup.py config_fc --fcompiler