Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install older version of GnuRadio #461

Closed
peetersalong opened this issue Sep 18, 2017 · 1 comment
Closed

Install older version of GnuRadio #461

peetersalong opened this issue Sep 18, 2017 · 1 comment

Comments

@peetersalong
Copy link

I would like to install specific gnuradio library release (3.7.10) using PyBombs. I have done following steps:

sudo pip install PyBOMBS
pybombs auto-config
pybombs recipes add gr-recipes git+https://github.com/gnuradio/gr-recipes.git
pybombs recipes add gr-etcetera git+https://github.com/gnuradio/gr-etcetera.git
mkdir /home/myuser/gnuradio

Now if I run pybombs prefix init /home/myuser/gnuradio/prefix -a myprefix -R gnuradio-default it will install the latest gnuradio. How could I install some older releases? I see that in the recipes file /home/myuser/.pybombs/recipes/gr-recipes/gnuradio.lwr i could set a branch, but is it possible to set a release tag?

My machine is running Ubuntu 16.04

@mbr0wn
Copy link
Member

mbr0wn commented Sep 26, 2017

You can use -R gnuradio-stable for maint branches, or you simply do pybombs config --package gnuradio gitrev $TAG to specify a specific tag.

@mbr0wn mbr0wn closed this as completed Sep 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants