[New-bugs-announce] [issue5269] OS X Installer: add options to specify universal build type and deployment target

Ned Deily report at bugs.python.org
Sun Feb 15 09:51:14 CET 2009


New submission from Ned Deily <nad at 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 <report at bugs.python.org>
<http://bugs.python.org/issue5269>
_______________________________________


More information about the New-bugs-announce mailing list