- 16 Jul, 2012 2 commits
-
-
Vinay Sajip authored
Closes #15366: Corrected computation of include location for source builds. Thanks to Richard Oudkerk for the bug report and patch.
-
Ned Deily authored
- fix test_distutils and test_sysconfig test failures by aligning sysconfig and distutils.sysconfig tailoring of configure variables (as in 2.7)
-
- 10 Jul, 2012 1 commit
-
-
Martin v. Löwis authored
-
- 30 Jun, 2012 1 commit
-
-
doko@ubuntu.com authored
for host compiler.
-
- 28 Jun, 2012 2 commits
-
-
Antoine Pitrou authored
Patch by Jakub Wilk.
-
Antoine Pitrou authored
Patch by Jakub Wilk.
-
- 26 Jun, 2012 3 commits
-
-
David Malcolm authored
-
David Malcolm authored
python executable The __os_install_macro defines some post-processing activities during an rpm build; one of the scripts it calls is brp-python-bytecompile, which can take an argument: the python executable with which to byte-compile .py files in the package payload. In some older versions of rpm (e.g. in RHEL 6), this invocation doesn't pass in an argument, and brp-python-bytecompile defaults to using /usr/bin/python, which can lead to the .py files being byte-compiled for the wrong version of python. This has been fixed in later versions of rpm by passing in %{__python} as an argument to brp-python-bytecompile. Workaround this by detecting if __os_install_post has a 0-argument invocation of brp-python-bytecompile, and if so generating an equivalent macro that has the argument, and explicitly provide the new definition within the specfile.
-
Georg Brandl authored
-
- 25 Jun, 2012 1 commit
-
-
David Malcolm authored
python executable The __os_install_macro defines some post-processing activities during an rpm build; one of the scripts it calls is brp-python-bytecompile, which can take an argument: the python executable with which to byte-compile .py files in the package payload. In some older versions of rpm (e.g. in RHEL 6), this invocation doesn't pass in an argument, and brp-python-bytecompile defaults to using /usr/bin/python, which can lead to the .py files being byte-compiled for the wrong version of python. This has been fixed in later versions of rpm by passing in %{__python} as an argument to brp-python-bytecompile. Workaround this by detecting if __os_install_post has a 0-argument invocation of brp-python-bytecompile, and if so generating an equivalent macro that has the argument, and explicitly provide the new definition within the specfile.
-
- 23 Jun, 2012 1 commit
-
-
Ned Deily authored
- Try to avoid building Python or extension modules with problematic llvm-gcc compiler. - Since Xcode 4 removes ppc support, extension module builds now check for ppc compiler support and automatically remove ppc and ppc64 archs when not available. - Since Xcode 4 no longer install SDKs in default locations, extension module builds now revert to using installed headers and libs if the SDK used to build the interpreter is not available. - Update ./configure to use better defaults for universal builds; in particular, --enable-universalsdk=yes uses the Xcode default SDK and --with-universal-archs now defaults to "intel" if ppc not available.
-
- 30 May, 2012 1 commit
-
-
Georg Brandl authored
-
- 28 May, 2012 2 commits
-
-
Nick Coghlan authored
-
Nick Coghlan authored
-
- 27 May, 2012 1 commit
-
-
Vinay Sajip authored
-
- 26 May, 2012 2 commits
-
-
Vinay Sajip authored
-
Vinay Sajip authored
-
- 13 May, 2012 1 commit
-
-
Brian Curtin authored
-
- 01 May, 2012 1 commit
-
-
Georg Brandl authored
-
- 11 Apr, 2012 2 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
- 10 Apr, 2012 1 commit
-
-
Georg Brandl authored
-
- 06 Apr, 2012 3 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 01 Apr, 2012 1 commit
-
-
Georg Brandl authored
-
- 18 Mar, 2012 3 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
- 15 Mar, 2012 1 commit
-
-
Benjamin Peterson authored
-
- 07 Mar, 2012 2 commits
-
-
Éric Araujo authored
-
Éric Araujo authored
-
- 05 Mar, 2012 4 commits
-
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
Patch by Ralf Schmitt.
-
- 04 Mar, 2012 1 commit
-
-
Georg Brandl authored
-
- 26 Feb, 2012 2 commits
-
-
Éric Araujo authored
-
Éric Araujo authored
-
- 25 Feb, 2012 1 commit
-
-
Éric Araujo authored
-