----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/107049/ -----------------------------------------------------------
Review request for Build System. Description ------- Fix CMake Python macros. The internal CMake macros in kdelibs for Python are a mess, and make installing for different Python versions (2 and 3) very hard, especially since some distributions change the Python library name slightly. The fix is to use proper CMake macros from upstream, FindPythonInterp and FindPythonLibs. However I'm not sure in which CMake versions these are. If it's 2.6.x, I'll also push to stable branch. Diffs ----- CMakeLists.txt af7a81573408952240517735ea3f4107a9be77e8 kpythonpluginfactory/CMakeLists.txt 41fa0fed576cafacc4cdaa4f7ca657b41c7beba3 Diff: http://git.reviewboard.kde.org/r/107049/diff/ Testing ------- Compiled with Python 3 and Python 2. Thanks, Luca Beltrame
_______________________________________________ Kde-buildsystem mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-buildsystem
