fventuri / gr-osmosdr

gr-osmosdr GnuRadio OOT module for SDRplay API 3.x - supports RSPduo (all modes) and RSPdx
GNU General Public License v3.0
3 stars 1 forks source link

New changes require gnuradio 3.9 #3

Open srs4511351 opened 3 years ago

srs4511351 commented 3 years ago

re: merge new gr-osmosdr upstream

cmake now fails if gnuradio 3.9 is not found. I have 3.8. Is there a switch to allow gnuradio 3.8? I tried git checkout v0.2.0, but the output says No package 'libsdrplay' found

I compiled a download from before "merge new gr-osmosdr upstream" and libsdrplay is found.

----Steve

srs4511351 commented 3 years ago

Here's more detail from the cmake output on a gnuradio 3.8 system. CMake Error at CMakeLists.txt:45 (find_package): Could not find a configuration file for package "Gnuradio" that is compatible with requested version "3.9".

The following configuration files were considered but not accepted:

/usr/lib/aarch64-linux-gnu/cmake/gnuradio/GnuradioConfig.cmake, version: 3.8.2.0
/lib/aarch64-linux-gnu/cmake/gnuradio/GnuradioConfig.cmake, version: 3.8.2.0

In CMakeLists.txt on line 45, find_package(Gnuradio "3.9" REQUIRED COMPONENTS blocks fft filter)

----Steve

C0R3YY2 commented 4 months ago

hey, were you ever able to download it with gnu 3.8?

srs4511351 commented 4 months ago

I made an archive of the GR 3.8 version from before...

It can be downloaded here: https://radiosrs.net/gr-osmosdr.GR3.8.zip