Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-23 | cmake: fix pygtk check failure with no X session | Jaroslav Skarvada | |
This change makes python module checking more robust by preventing cmake failure when unexpected exceptions occur. | |||
2012-02-27 | Do 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-14 | grc: the check for pygtk can fail with no X session | Josh 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-25 | cmake: generate pyo and pyc files + python install macro work | Josh Blum | |
The generation rules now always generate the pyc and pyo files as one big group per install rule rather than individually. | |||
2011-10-24 | build: making cmake build pyo files during install. | Tom Rondeau | |
2011-10-08 | gr: the CMakeLists.txt took a chill pill | Josh Blum | |
2011-09-21 | core: attempt at fixing up generation logic in gengen (filter, trellis TODO) | Josh Blum | |
2011-08-03 | cmake: moved unique target macro into python where its used | Josh Blum | |
2011-08-02 | cmake: set plat_specific when determining GR_PYTHON_DIR, this makes it use ↵ | Josh Blum | |
lib64 on rh64 machines | |||
2011-07-24 | cmake: changed module include guards to model after builtin cmake modules | Josh Blum | |
2011-07-20 | gr: squashed cmakelists.txt into one commit | Josh Blum | |