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                                    
======================================================================

--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

Reply via email to