[cmake-developers] Request to become maintainer of FindPython* modules

Brad King brad.king at kitware.com
Tue Mar 4 13:42:10 EST 2014


On 03/04/2014 01:28 PM, John McIver wrote:
> My name is John McIver and I would like to become the
> maintainer of the FindPythonInterp and FindPythonLibs modules.

Great, thanks for volunteering.

Do you have some initial patches?

A problem with the current separate interp and libs modules is that
projects may not always get matching versions found.  This change:

 FindPythonLibs: Find consistent Python interp, headers, libs
 http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=3816cd2d

was made recently to try to address that.  However, I think a better
approach moving forward is to have a single FindPython module that
finds everything and can honor the VERSION arguments consistently.
Are you interested in trying to write such a module?

Thanks,
-Brad




More information about the cmake-developers mailing list