New submission from Ned Deily <n...@acm.org>:

The current OS X installer builder has no provision for changing the
architecture type or deployment target to allow different installer
types, such as 4-way universal, to be built.  The attached patch
allows for builds on systems other than 10.4 and adds two new
arguments to build-installer.py:

  --dep-target=10.n, [default 10.3]
  --universal-archs=x
         where x =
           '32-bit' -> 2-way 32-bit (intel|ppc) [default]
           '64-bit' -> 2-way 64-bit (intel|ppc)
           'all'    -> 4-way universal

The default values are the current hard-coded ones.

----------
components: Macintosh
files: patch-nad0006.txt
messages: 82142
nosy: nad
severity: normal
status: open
title: OS X Installer: add options to specify universal build type and 
deployment target
type: feature request
versions: Python 2.6, Python 2.7, Python 3.0, Python 3.1
Added file: http://bugs.python.org/file13093/patch-nad0006.txt

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue5269>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to