Patrick,

please don't get impatient with the mailing list, most people here are
helping in their free time. Give it a day or two.

In your case, there's no global config, but this might work. Add the
following lines to your config.yml:

```
categories:
  hardware:
    vars:
      config_opt: <FOO>
```

If that doesn't work, you can still do it on a per-packet basis:
```
packages:
  <pkg1>:
    vars:
      config_opt: <FOO>
  <pkg1>:
    vars:
       config_opt: <FOO>

```

Remember all files are in YAML format.

M


On 03/30/2016 05:11 PM, Patrick Sathyanathan wrote:
> Any suggestions ?
>  
> Thanks,
>  
> --Patrick
>  
> ------------------------------------------------------------------------
> From: [email protected]
> To: [email protected]
> Date: Wed, 30 Mar 2016 00:03:10 -0700
> Subject: [Discuss-gnuradio] Setting cmake variable with pyBOMBS
> 
>  Hi,
>  
> I installed gnuradio and gr-osmosdr using the latest pyBOMBS from
> source. However none of the hardware directories got configured with
> -DINSTALL_UDEV_RULES=ON. Is there a pybombs config command that I can
> use to set this cmake option globally ? I do not want to cd into each of
> the build directories and run "cmake -DINSTALL_UDEV_RULES=ON .." and run
> "make" and "sudo make install".
>  
> Thanks for any help,
>  
> --Patrick
> 
> _______________________________________________ Discuss-gnuradio mailing
> list [email protected]
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
> 
> 
> _______________________________________________
> Discuss-gnuradio mailing list
> [email protected]
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
> 


_______________________________________________
Discuss-gnuradio mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to