GNU bug report logs - #77927
[PATCH 0/4] Support for PlutoSDR in SDR++ and SDRangel

Previous Next

Package: guix-patches;

Reported by: Rutherther <rutherther <at> ditigal.xyz>

Date: Sat, 19 Apr 2025 18:52:03 UTC

Severity: normal

Tags: patch

Done: Guillaume Le Vaillant <glv <at> posteo.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Rutherther <rutherther <at> ditigal.xyz>
To: 77927 <at> debbugs.gnu.org
Cc: Rutherther <rutherther <at> ditigal.xyz>
Subject: [bug#77927] [PATCH 4/4] gnu: sdr++: Compile with PlutoSDR support
Date: Sat, 19 Apr 2025 20:53:16 +0200
* gnu/packages/radio.scm (sdr++)[inputs]: Add libad9361 and libiio
* gnu/packages/radio.scm (sdr++)[arguments]{#:configure-flags}: Compile with
PlutoSDR support

Change-Id: I82206343928e39c235be741b61c6d55e7993e92c
---
 gnu/packages/radio.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/radio.scm b/gnu/packages/radio.scm
index 5a936ea65b..2c6cda7008 100644
--- a/gnu/packages/radio.scm
+++ b/gnu/packages/radio.scm
@@ -2884,6 +2884,8 @@ (define-public sdr++
              glfw
              hackrf
              jack-2
+             libad9361
+             libiio
              libusb
              pulseaudio
              rtaudio
@@ -2894,7 +2896,7 @@ (define-public sdr++
       (arguments
        (list #:tests? #f ; No test suite.
              #:configure-flags #~(list "-DOPT_BUILD_BLADERF_SOURCE=ON"
-                                       "-DOPT_BUILD_PLUTOSDR_SOURCE=OFF"
+                                       "-DOPT_BUILD_PLUTOSDR_SOURCE=ON"
                                        "-DOPT_BUILD_M17_DECODER=ON")
              #:phases
              #~(modify-phases %standard-phases
-- 
2.49.0




This bug report was last modified 90 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.