aboutsummaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Collapse)AuthorAgeFilesLines
* Fix building with python 3.3 and 3.4.Hugo Osvaldo Barrera2014-04-151-1/+1
| | | | | | | | | | | | | | | FindPython3Libs.cmake lists hardcoded versions of python3 to look for, which include up to python 3.2. Added python 3.3 and 3.4 to this list so that building on these versions works. A better solution would be ideal in future, so as to avoid having to add python versions to this list as time passes. However, this fixes the issue for now. Change-Id: I9c113f70164c30dc3a94a5c946facbc38901f68e Reviewed-by: John Ehresman <jpe@wingware.com>
* Find python3 libraries when built with pydebug enabledJohn Ehresman2012-12-111-1/+1
| | | | | Change-Id: I5ab48078f8a4468865bc0a961f78d2d578b8f81c Reviewed-by: Hugo Parente Lima <hugo.lima@openbossa.org>
* Fixed resolving of SOABI. SOABI is implemented on Linux, but not on WindowsRoman Lacko2012-05-021-1/+1
| | | | | Change-Id: I472321506b53ff21ba608ebf72b0b7b458121387 Reviewed-by: Hugo Parente Lima <hugo.lima@openbossa.org>
* On Fedora systems we usually have the binary of the Python interpreter ↵Paulo Alcantara2012-03-091-8/+12
| | | | | | | compiled with debug as "python2.7-debug" for example. So we also need to check its suffix as debug, not only as dbg (which is a Debian specific case). Signed-off-by: Paulo Alcantara <pcacjr@gmail.com> Reviewed-by: Hugo Parente Lima <hugo.pl@gmail.com>
* Fix detection of Python2 on system where "python" means "python2".Hugo Parente Lima2012-03-081-3/+6
|
* Fix CMake FinPython3 script.Renato Filho2012-03-082-2/+15
|
* Updated CMake to find for python3.Renato Filho2012-03-084-3/+299
|
* Fixed python debug likage.Renato Filho2012-03-081-5/+29
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Added a custom cmake file to help finding Python debug provisions.Marcelo Lira2010-07-211-0/+21
Reviewed by Luciano Wolf <luciano.wolf@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>