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 ppc" build

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless enigma
 that is made terrible by our own mad attempt to interpret it as though it had
 an underlying truth."
  -- Umberto Eco

_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to