discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Recipe for GNU Radio 3.9


From: Jeff Long
Subject: Re: Recipe for GNU Radio 3.9
Date: Wed, 13 Oct 2021 09:54:16 -0400

I think that one is used for init:

  pybombs prefix init -R gnuradio39 -a maint39 /path/to/prefix

Another option (what I do) is to make a <prefix>/.pybombs/config.yml like this:

!!omap
- categories:
    hardware:
      forcebuild: true
    common:
      forcebuild: true
- packages:
    gnuradio:
      forcebuild: true
      gitbranch: maint-3.9
    uhd:
      gitbranch: UHD-4.0

Then you can control the branches for the various OOTs you install in that prefix the same way.

On Wed, Oct 13, 2021 at 9:38 AM Marcin Puchlik <m.puchlik@is-wireless.com> wrote:
I tried using command: pybombs -p 39 install gnuradio39 and I have following output:
[ERROR] Recipe for `gnuradio39' found, but does not match request target type `package' (is `prefix').

Do you know what the problem is?
BR,
Marcin

śr., 13 paź 2021 o 14:08 Jeff Long <willcode4@gmail.com> napisał(a):
Try gnuradio39. It may not install all the deps you need (e.g., pybind11) but there is a separate pybind11 recipe.

On Wed, Oct 13, 2021 at 4:14 AM Marcin Puchlik <m.puchlik@is-wireless.com> wrote:
Hi,
Is there a recipe for PyBOMBS to install GNU Radio version 3.9?
Thanks in advance
Marcin


reply via email to

[Prev in Thread] Current Thread [Next in Thread]