[Pythonmac-SIG] easy_install question

Ronald Oussoren ronaldoussoren at mac.com
Mon Apr 23 08:04:33 CEST 2007


On 23 Apr, 2007, at 3:44, Ulysses Known wrote:

> Hi,
>
> I just used easy_install to install a package on OSX 10.4.9 (MacBook
> Pro) and noted that the built egg has the following name:
>
> FOO-py2.5-macosx-10.3-fat.egg
>
> I looked inside the egg and yes, there are "fat" (PPC and Intel)
> shared objects.  I tried looking through the PEAK website and the
> distutils docs, but there was nothing specific about how one might
> configure the build process on OSX.
>
> How do I configure easy install to build Intel only binaries for 10.4?

Why do you want to do that?

Anyway, you'll have to change the setup.py to build intel-only  
binaries. You have to add extra_link_args and and extra_compile_args  
to all, both of them ['-arch', 'i386'].

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 3562 bytes
Desc: not available
Url : http://mail.python.org/pipermail/pythonmac-sig/attachments/20070423/7934c2aa/attachment.bin 


More information about the Pythonmac-SIG mailing list