gnuradio / pybombs

PyBOMBS (Python Build Overlay Managed Bundle System) is the GNU Radio install management system for resolving dependencies and pulling in out-of-tree projects.

Home Page:https://gnuradio.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pybombs swallows parameters for command to be run: `pybombs run cmake --version`

marcusmueller opened this issue · comments

pybombs run cmake --version
output:
2.3.4
is the version of pybombs, weird.
I use this:
$cmake --version
cmake version 3.10.2
@marcusmueller

Originally posted by @jackdondy in gnuradio/gnuradio#5115 (comment)

I'll check whether there's a better way to handle this in Python's argparse, but you can always do pybombs run -- cmake --version.