[Bug 1323559] Re: cmake doesn't find python3-dev library

2014-10-14 Thread Rohan Garg
Setting to confirmed as this is broken in Utopic ** Changed in: cmake (Ubuntu) Status: New = Confirmed ** Changed in: cmake (Ubuntu) Milestone: None = ubuntu-14.10 -- You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to cmake in Ubuntu.

[Bug 1323559] Re: cmake doesn't find python3-dev library

2014-10-14 Thread Rohan Garg
should be fixed with the latest CMake upload ** Changed in: cmake (Ubuntu) Status: Confirmed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1323559 Title: cmake doesn't find

[Bug 1323559] Re: cmake doesn't find python3-dev library

2014-08-24 Thread Job Noorman
The problem seems to be that Ubuntu 14.04 installs Python 3.4 by default and the installed CMake version only searches up to Python 3.3. A workaround is to add set(Python_ADDITIONAL_VERSIONS 3.4) before the find_package statement. CMake 3.0 does search up to Python 3.4. I think this should be

[Bug 1323559] Re: cmake doesn't find python3-dev library

2014-08-24 Thread Job Noorman
Note that the necessary patch can be found here: https://github.com/Kitware/CMake/commit/ab6201ab647c13fee44c44822b8502e9848faaaf. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1323559 Title: cmake

[Bug 1323559] Re: cmake doesn't find python3-dev library

2014-05-27 Thread Petr
Note, this problem happens only on ubuntu (in my case trusty) in debian it works just fine -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1323559 Title: cmake doesn't find python3-dev library To