[Bf-committers] Python 3.3?

Dan Eicher dan at trollwerks.org
Sat Aug 11 19:47:06 CEST 2012


While y'all are messing with the python configuration in the
blender.spec maybe you could fix my bug?

https://bugzilla.redhat.com/show_bug.cgi?id=821064

And so as to not be totally off-topic, you could get the version and
pipe it to cmake like:

%define pyver %(%{__python} -c "import sys ; print(sys.version[:3])")
...
cmake .. -DPYTHON_VERSION:STRING=%{pyver}

Dan


More information about the Bf-committers mailing list