summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/termplotlib/gnuplot-subprocess.patch
diff options
context:
space:
mode:
authorDoron Behar <doron.behar@gmail.com>2025-08-16 22:11:06 +0300
committerDoron Behar <doron.behar@gmail.com>2025-08-16 22:40:37 +0300
commit6874ffdf536bd2228732da9a0d52691c9b2d3f37 (patch)
treedb8ed5edd3d08c195fe6f2507c1810a3e33b6423 /pkgs/development/python-modules/termplotlib/gnuplot-subprocess.patch
parentf198a8a111ef08079f76171c5b8efdda50518283 (diff)
gnuradio.unwrapped: Add pythonRuntime deps only with python-support
Especially useful when cross compiling and when enabling gr-filter feature, which has the following in upstream's CMakeLists.txt file: ``` gr_python_check_module_raw("pyqtgraph" "import pyqtgraph" PYQTGRAPH_FOUND) gr_python_check_module_raw("scipy" "import scipy" SCIPY_FOUND) if(NOT PYQTGRAPH_FOUND OR NOT SCIPY_FOUND) message(WARNING "PyQtGraph and Scipy are required to run the filter design tool, " "but are not detected! Please make sure they are installed on " "the target system.") endif(NOT PYQTGRAPH_FOUND OR NOT SCIPY_FOUND) if(ENABLE_PYTHON) add_subdirectory(python/filter) add_subdirectory(python/filter/design) add_subdirectory(python/filter/gui) add_subdirectory(apps) if(ENABLE_EXAMPLES) add_subdirectory(examples) endif(ENABLE_EXAMPLES) endif(ENABLE_PYTHON) if(ENABLE_GRC) add_subdirectory(grc) endif(ENABLE_GRC) ```
Diffstat (limited to 'pkgs/development/python-modules/termplotlib/gnuplot-subprocess.patch')
0 files changed, 0 insertions, 0 deletions