Tom-McDermott / gr-hpsdr

gnuradio interface module for HPSDR Hermes / Metis, and Red Pitaya (using OpenHPSDR protocol 1)
Other
16 stars 19 forks source link

Fixed swig build #10

Closed yarda closed 5 years ago

yarda commented 5 years ago

Backported GrSwig.cmake fixes from the gnuradio. Without it the build can fail with the following error:

make[2]: *** No rule to make target 'swig/hpsdr_swig.py', needed by 'swig/hpsdr_swig.pyc'. Stop.

Maybe better would be to use the GrSwig.cmake directly from the gnuradio.

Downstream Fedora bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1675055

Signed-off-by: Jaroslav Škarvada jskarvad@redhat.com

yarda commented 5 years ago

This can happen even when compiling with 'make -j1'. It's 100% reproducible on Fedora 30 x86. On x86_64 I wasn't able to reproduce.

Tom-McDermott commented 5 years ago

Sorry, never got an email notification about the pull request. I've regression tested it on Ubuntu. Also changed .gitignore as Vscode adds some things that need to be ignored.