Review Request: Support Python 3.2's new method of handling byte compiled files in PythonMacros.cmake

Alexander Neundorf neundorf at kde.org
Sun Oct 7 19:19:30 UTC 2012


On Thursday 04 October 2012, Luca Beltrame wrote:
> > On Oct. 4, 2012, 7:05 p.m., Alexander Neundorf wrote:
> > > Looks straightforward and obvious.
> > > Beside that, I don't know much about python byte code compiling.
> 
> Actually it's still not perfect because it does not install files
> correctly.
> 
> I tried to
> 
> IF(PYTHON_SHORT_VERSION GREATER 3.1)
>     INSTALL(FILES ${_bin_pyc} DESTINATION ${DESINATION_DIR}/__pycache__)
> 
> but it saves them in / rather than in the destination folder. What am I
> doing wrong?

was it the typo ?

Alex


More information about the Kde-buildsystem mailing list