summaryrefslogtreecommitdiff
path: root/cmake/Modules/GrPython.cmake
AgeCommit message (Collapse)Author
2012-04-23cmake: fix pygtk check failure with no X sessionJaroslav Skarvada
This change makes python module checking more robust by preventing cmake failure when unexpected exceptions occur.
2012-02-27Do not rewrite path to python interpreter for cross builds.Philip Balister
If you rewrite the path to the python interpreter during a cross build, you end up with the path to the build environment python interpreter, which may not be the same as teh path on the target. Signed-off-by: Philip Balister <philip@opensdr.com> Signed-off-by: Josh Blum <jblum@joshknows.com>
2011-12-14grc: the check for pygtk can fail with no X sessionJosh Blum
However, the module will still import and we can perform the version check. This change to the cmake python module checker will make sure that the module was actually imported, even if the act of importing throws. I believe that this change to the checker is acceptable for all other modules.
2011-10-25cmake: generate pyo and pyc files + python install macro workJosh Blum
The generation rules now always generate the pyc and pyo files as one big group per install rule rather than individually.
2011-10-24build: making cmake build pyo files during install.Tom Rondeau
2011-10-08gr: the CMakeLists.txt took a chill pillJosh Blum
2011-09-21core: attempt at fixing up generation logic in gengen (filter, trellis TODO)Josh Blum
2011-08-03cmake: moved unique target macro into python where its usedJosh Blum
2011-08-02cmake: set plat_specific when determining GR_PYTHON_DIR, this makes it use ↵Josh Blum
lib64 on rh64 machines
2011-07-24cmake: changed module include guards to model after builtin cmake modulesJosh Blum
2011-07-20gr: squashed cmakelists.txt into one commitJosh Blum