summaryrefslogtreecommitdiff
path: root/gr-zeromq/python/zeromq/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* cmake: change how test files are build when cross compilingPhilip Balister2021-12-031-0/+3
| | | | | | | | | | | | | | | | | | | | * When cross compiling gnuradio, change how the test files are built. Normally, the gnuradio QA code expects to run in the build tree. For the cross compilng case, we cannot run the QA code during the build process. The changes here allow the creation of an additional package that can be installed on a target that will run the QA code against the installed libraries. Major changes are not using full paths to test files (since they include paths that only exist on the build machine) and not setting environment variables in the shell files to force the QA code to use code in the build tree. This patch disables the C++ only tests, these need some work and then they can be added back for the cross compile case. Signed-off-by: Philip Balister <philip@balister.org>
* zeromq: add pybind11 bindingsJosh Morman2020-06-041-3/+2
|
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
|
* Merge remote-tracking branch 'origin/next' into merge_nextMarcus Müller2018-08-311-1/+1
|\
| * python3: update non-GRC components to use python2 or python3Douglas Anderson2017-02-261-1/+1
| |
* | Test: adds swig dirs to python tests to allow ctest to run on win buildsgnieboer2018-03-221-0/+3
|/
* zeromq: cleanup QA code, still needs have ZMQ_LINGER set to zeroJohnathan Corgan2014-05-071-3/+14
|
* zeromq: first try at enabling Python. Segfaults in SWIG code.Johnathan Corgan2014-04-221-0/+45