[Python-ideas] Cmake as build system

Ryan Gonzalez rymg19 at gmail.com
Sat May 23 01:48:52 CEST 2015


HAHAHA!!

Good luck! I've raised this issue before. Twice. Autotools sucks. And makes
cross-compiling a pain in the neck. Bottom line was:

- C++ is a big dependency
- The autotools build system has been tested already on lots and lots and
lots of platforms
- Nobody has even implemented an alternative build system for Python 3 yet
(python-cmake is only for Python 2)
- No one can agree on a best build system (for instance, I hate CMake!)


On Fri, May 22, 2015 at 6:08 PM, André Freitas <p.andrefreitas at gmail.com>
wrote:

> Hi,
> What you think about using Cmake build system?
>
> I see advantages such as:
> - Cross-plataform;
> - Supported in Clion IDE (amazing C/C++ IDE, breakpoints, etc);
> - Simple and easy to use (Zen of Python :)
> https://www.python.org/dev/peps/pep-0020/ );
>
> I was actually seeing a discussion in python-commiters about Windows 7
> buildbots failing. Found that someone already had the same idea but don't
> know if it was shared here:
> http://www.vtk.org/Wiki/BuildingPythonWithCMake
>
> Please share your thoughts.
>
> Regards,
> André Freitas
>
> _______________________________________________
> Python-ideas mailing list
> Python-ideas at python.org
> https://mail.python.org/mailman/listinfo/python-ideas
> Code of Conduct: http://python.org/psf/codeofconduct/
>



-- 
Ryan
[ERROR]: Your autotools build scripts are 200 lines longer than your
program. Something’s wrong.
http://kirbyfan64.github.io/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20150522/ddc478fa/attachment.html>


More information about the Python-ideas mailing list