summaryrefslogtreecommitdiff
path: root/cmake/Modules/GrPython.cmake
Commit message (Collapse)AuthorAgeFilesLines
* cmake: Allow user to set Python installation directory from cmake.Tom Rondeau2012-11-221-0/+2
| | | | cmake -DGR_PYTHON_DIR=<install path>
* cmake: fix pygtk check failure with no X sessionJaroslav Skarvada2012-04-231-6/+5
| | | | | This change makes python module checking more robust by preventing cmake failure when unexpected exceptions occur.
* Do not rewrite path to python interpreter for cross builds.Philip Balister2012-02-271-0/+4
| | | | | | | | | 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>
* grc: the check for pygtk can fail with no X sessionJosh Blum2011-12-141-1/+3
| | | | | | | 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.
* cmake: generate pyo and pyc files + python install macro workJosh Blum2011-10-251-24/+58
| | | | | The generation rules now always generate the pyc and pyo files as one big group per install rule rather than individually.
* build: making cmake build pyo files during install.Tom Rondeau2011-10-241-0/+4
|
* gr: the CMakeLists.txt took a chill pillJosh Blum2011-10-081-73/+73
|
* core: attempt at fixing up generation logic in gengen (filter, trellis TODO)Josh Blum2011-09-211-0/+12
|
* cmake: moved unique target macro into python where its usedJosh Blum2011-08-031-5/+13
|
* cmake: set plat_specific when determining GR_PYTHON_DIR, this makes it use ↵Josh Blum2011-08-021-1/+1
| | | | lib64 on rh64 machines
* cmake: changed module include guards to model after builtin cmake modulesJosh Blum2011-07-241-4/+4
|
* gr: squashed cmakelists.txt into one commitJosh Blum2011-07-201-0/+169