GNU bug report logs -
#77927
[PATCH 0/4] Support for PlutoSDR in SDR++ and SDRangel
Previous Next
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
Message #14 received at 77927 <at> debbugs.gnu.org (full text, mbox):
SDRangel will be compiled with PlutoSDR support when libiio is added.
* gnu/packages/radio.scm (sdrangel)[inputs]: Add libiio
* gnu/packages/radio.scm (sdrangel)[arguments]{#:configure-flags}: Use libiio
Change-Id: I7cf959b61af567a3133034ad52d5f4564f099c30
---
gnu/packages/radio.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/radio.scm b/gnu/packages/radio.scm
index c1cb5dfe15..5a936ea65b 100644
--- a/gnu/packages/radio.scm
+++ b/gnu/packages/radio.scm
@@ -2782,6 +2782,7 @@ (define-public sdrangel
hamlib
hidapi
libdab
+ libiio
libusb
mbelib
opencv
@@ -2822,7 +2823,9 @@ (define-public sdrangel
(string-append "-DSGP4_DIR="
#$(this-package-input "sgp4"))
(string-append "-DSOAPYSDR_DIR="
- #$(this-package-input "soapysdr")))
+ #$(this-package-input "soapysdr"))
+ (string-append "-DIIO_DIR="
+ #$(this-package-input "libiio")))
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'fix-unrecognized-compiler-option
--
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.