Skip to main content

A meta-package manager to install software from source, or whatever the local package manager is. Designed for easy install of source trees for the GNU Radio project.

Project description

PyBOMBS (the Python Bundles Overlay Managed Build System) is a meta-package manager that can install packages from source or using the local package manager(s).

It was mainly designed for use by users of the GNU Radio project, which is extended by a large number of out-of-tree modules (OOTs).

PyBOMBS is a recipe-based system and can easily mix and match installations from different sources. Cross-compilation works transparently.

Basic commands

With PyBOMBS installed, you might want to install GNU Radio into a directory called my_gnuradio. First, you create a /prefix/ there:

$ pybombs prefix init my_gnuradio

Then, you call PyBOMBS to do the installation:

$ pybombs install gnuradio

PyBOMBS will determine the dependency tree for GNU Radio, and install dependencies either through the local system’s package manager (e.g. apt, yum, pip…) or pull the source files and build them in the prefix.

With slight modifications, the same commands would have worked to create a cross-compile environment and cross-compile GNU Radio:

$ pybombs prefix init my_gnuradio –sdk e300 $ pybombs install gnuradio

For more informations see the documentation.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

PyBOMBS-2.2.0.tar.gz (65.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page