[ python-Bugs-1046644 ] improving distutils swig support (2)

SourceForge.net noreply at sourceforge.net
Thu Oct 14 12:05:23 CEST 2004


Bugs item #1046644, was opened at 2004-10-14 08:16
Message generated for change (Comment added) made by anthonybaxter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1046644&group_id=5470

Category: Distutils
Group: Python 2.4
>Status: Closed
>Resolution: Accepted
Priority: 8
Submitted By: Lars Immisch (larsimmisch)
Assigned to: Anthony Baxter (anthonybaxter)
Summary: improving distutils swig support (2)

Initial Comment:
This patch further improves SWIG support in distutils.

With this patch, both these idioms will work:

setup (name = "aculab",
       ext_modules = [Extension("._aculab, ['acu.i'],
                      swig_opts=['-modern'
'-I../include']])

and:

python setup.py build_ext --swig-opts="-modern
-I../include"

This patch extends and includes bug 1046404 from
Anthony Baxter:

http://sourceforge.net/tracker/index.php?func=detail&aid=1046404&group_id=5470&atid=105470

----------------------------------------------------------------------

>Comment By: Anthony Baxter (anthonybaxter)
Date: 2004-10-14 20:05

Message:
Logged In: YES 
user_id=29957

Applied. Thanks for the patch!


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1046644&group_id=5470


More information about the Python-bugs-list mailing list