[cmake-developers] [CMake 0013318]: swig: -noproxy option not supported with python

Mantis Bug Tracker mantis at public.kitware.com
Tue Jun 19 06:47:42 EDT 2012


The following issue has been SUBMITTED. 
====================================================================== 
http://www.cmake.org/Bug/view.php?id=13318 
====================================================================== 
Reported By:                jeromerobert
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   13318
Category:                   CMake
Reproducibility:            always
Severity:                   feature
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2012-06-19 06:47 EDT
Last Modified:              2012-06-19 06:47 EDT
====================================================================== 
Summary:                    swig: -noproxy option not supported with python
Description: 
When using python UseSWIG.cmake assume that the target library is always named
_modulename. This target is expected to be loaded from a python wrapper (aka
modulename.py).

When using the swig -noproxy option there is no python wrapper and import
modulename load the module from modulename.so. As UseSWIG.cmake always create
_modulename.so, and not modulename.so, using -noproxy is currently not possible.

====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2012-06-19 06:47 jeromerobert   New Issue                                    
======================================================================




More information about the cmake-developers mailing list