Summary: | PYTHON_INSTALL macro should respect PYTHONDONTWRITEBYTECODE environmental variable | ||
---|---|---|---|
Product: | [Developer tools] buildsystem | Reporter: | Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA> |
Component: | KDE4 (cmake) | Assignee: | Alexander Neundorf <neundorf> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | scarpino, stupor_scurvy343, tampakrap, winter |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | All | ||
Latest Commit: | http://commits.kde.org/kdelibs/5a3cedacdb6485f7551090467cffb2cdf150b05a | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: |
Respect PYTHONDONTWRITEBYTECODE environmental variable in PYTHON_INSTALL macro
Updated patch for kdelibs 4.9.3 Updated patch for kdelibs KDE/4.10 branch |
Description
Arfrever Frehtes Taifersar Arahesis
2011-06-20 22:11:52 UTC
It would be nice if you would post this patch to git.kdereviewboard.kde.org under the buildsystem group. Created attachment 75050 [details]
Updated patch for kdelibs 4.9.3
Created attachment 75083 [details]
Updated patch for kdelibs KDE/4.10 branch
Git commit 352ceb824ab7b6425bbb470d2231f76704fc3a10 by Michael Palimaka, on behalf of Arfrever Frehtes Taifersar Arahesis. Committed on 07/11/2012 at 20:08. Pushed by palimaka into branch 'KDE/4.9'. Respect PYTHONDONTWRITEBYTECODE environmental variable. REVIEW: 107228 M +43 -41 cmake/modules/PythonMacros.cmake http://commits.kde.org/kdelibs/352ceb824ab7b6425bbb470d2231f76704fc3a10 (In reply to comment #4) > Created attachment 75083 [details] > Updated patch for kdelibs KDE/4.10 branch https://git.reviewboard.kde.org/r/107248/ Fix was committed also in KDE/4.10 branch. Git commit 5a3cedacdb6485f7551090467cffb2cdf150b05a by David Faure, on behalf of Arfrever Frehtes Taifersar Arahesis. Committed on 07/11/2012 at 20:08. Pushed by dfaure into branch 'KDE/4.9'. Respect PYTHONDONTWRITEBYTECODE environmental variable. REVIEW: 107228 M +43 -41 cmake/modules/PythonMacros.cmake http://commits.kde.org/kdelibs/5a3cedacdb6485f7551090467cffb2cdf150b05a I am a bit confused, it looks like the fix was committed to KDE/4.9 twice? Michael, it had to be repushed, because of a branching problem. Everything is fine now :) |