myriadrf / gr-limesdr

gr-limesdr Plugin for GNURadio
Other
142 stars 77 forks source link

Use FindPkgConfig to find LimeSuite so PyBOMBS works. #8

Closed argilo closed 6 years ago

argilo commented 6 years ago

Currently PyBOMBS can't build gr-limesdr because cmake can't find the LimeSuite that was built by PyBOMBS. To fix this, I've added PKG_CHECK_MODULES to search for it. After this change, I can build gr-limesdr using the following PyBOMBS recipe:

category: hardware
depends:
- gnuradio
- limesuite
description: GNU Radio source and sink blocks for LimeSDR hardware
gitbranch: master
inherit: cmake
source: git+https://github.com/myriadrf/gr-limesdr
ztamosevicius commented 6 years ago

Thank you for your input!