This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: improving distutils swig support
Type: Stage:
Components: Distutils Versions: Python 2.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: anthonybaxter Nosy List: anthonybaxter
Priority: release blocker Keywords:

Created on 2004-10-13 17:14 by anthonybaxter, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
swig.patch anthonybaxter, 2004-10-13 17:14 swig patch
Messages (2)
msg22679 - (view) Author: Anthony Baxter (anthonybaxter) (Python triager) Date: 2004-10-13 17:14
This patch (based on one posted to distutils-sig by
Andi Vajda) adds a couple of options to build_ext to
allow you to specify swig options and a swig binary.
I've left the old swig-cpp option in, with a log.warn()
on it. 

Posting here so that hopefully someone with better SWIG
clue than I can provide feedback - it seems to work
fine, and I plan to commit it tomorrow...

msg22680 - (view) Author: Anthony Baxter (anthonybaxter) (Python triager) Date: 2004-10-14 10:05
Logged In: YES 
user_id=29957

Improved version on patch 1046644 was applied.
History
Date User Action Args
2022-04-11 14:56:07adminsetgithub: 41014
2004-10-13 17:14:11anthonybaxtercreate