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.
https://gnuradio.org
GNU General Public License v3.0
414 stars 189 forks source link

pybombs install 3.7.13.5 instead 3.8 #547

Closed mohmmadd closed 4 years ago

mohmmadd commented 5 years ago

When I try to install GNU Radio with these codes:

$ mkdir ~/prefix
$ pybombs prefix init -a default ~/prefix/default/ -R gnuradio-default

It installs 3.7.13.5 instead 3.8. What should I do to install 3.8?

velichkov commented 5 years ago

Hi @mohmmadd, @ikarus23,

When I try to install GNU Radio with these codes:

$ mkdir ~/prefix
$ pybombs prefix init -a default ~/prefix/default/ -R gnuradio-default

It installs 3.7.13.5 instead 3.8. What should I do to install 3.8?

You need to do some modifications to the recipes and then install from gnuradio38 recipe. See https://github.com/gnuradio/gr-recipes/pull/155

ikarus23 commented 5 years ago

Ok, makes sense that this is a recipe issue. I think we can close this here and continue over at https://github.com/gnuradio/gr-recipes/.

mbr0wn commented 4 years ago

You can pybombs install gnuradio37.

mbr0wn commented 4 years ago

@mohmmadd to fix, run pybombs recipes update