The following issue has been SUBMITTED. 
====================================================================== 
http://www.cmake.org/Bug/view.php?id=13555 
====================================================================== 
Reported By:                amorilia
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   13555
Category:                   CMake
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2012-09-22 06:22 EDT
Last Modified:              2012-09-22 06:22 EDT
====================================================================== 
Summary:                    PythonLibs 3.2 not found due to "mu" ABI tag
Description: 
Under fedora, the python 3.2 library is called

/usr/lib64/libpython3.2mu.so

however cmake fails to find it. A simple workaround is to add the line

set(Python_ADDITIONAL_VERSIONS 3.2mu)

However, it would be nice if cmake would recognize python 3 on linux out of the
box.

Steps to Reproduce: 
On Fedora 17, with python3 and python3-devel installed, run cmake on a project
whose CMakeLists.txt contains:

find_package(PythonLibs 3.2 REQUIRED)


Additional Information: 
ABI tags are described in this PEP:

http://www.python.org/dev/peps/pep-3149/

This bug is reported upstream at various places, e.g.

https://bugzilla.redhat.com/show_bug.cgi?id=807780
http://cmake.3232098.n2.nabble.com/SWIG-python3-td7366955.html

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

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2012-09-22 06:22 amorilia       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