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 <[email protected]>
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 <[email protected]> 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 <[email protected]>
>> wrote:
>>
>>> Hi,
>>> Is there a recipe for PyBOMBS to install GNU Radio version 3.9?
>>> Thanks in advance
>>> Marcin
>>>
>>>