guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: sdrangel: Add SoapySDR support.


From: guix-commits
Subject: branch master updated: gnu: sdrangel: Add SoapySDR support.
Date: Sun, 06 Jun 2021 03:46:41 -0400

This is an automated email from the git hooks/post-receive script.

glv pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new da28abc  gnu: sdrangel: Add SoapySDR support.
da28abc is described below

commit da28abcfb04d9a4911264d2921512b0ad5acf8e6
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Sun Jun 6 09:43:59 2021 +0200

    gnu: sdrangel: Add SoapySDR support.
    
    * gnu/packages/radio.scm (sdrangel)[inputs]: Add soapysdr.
      [arguments]: Update 'configure-flags'.
---
 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 a7e9de3..b3a6ace 100644
--- a/gnu/packages/radio.scm
+++ b/gnu/packages/radio.scm
@@ -1947,6 +1947,7 @@ voice formats.")
        ("qtwebsockets" ,qtwebsockets)
        ("rtl-sdr" ,rtl-sdr)
        ("serialdv" ,serialdv)
+       ("soapysdr" ,soapysdr)
        ("sgp4" ,sgp4)
        ("zlib" ,zlib)))
     (arguments
@@ -1963,7 +1964,9 @@ voice formats.")
              (string-append "-DSERIALDV_DIR="
                             (assoc-ref %build-inputs "serialdv"))
              (string-append "-DSGP4_DIR="
-                            (assoc-ref %build-inputs "sgp4")))))
+                            (assoc-ref %build-inputs "sgp4"))
+             (string-append "-DSOAPYSDR_DIR="
+                            (assoc-ref %build-inputs "soapysdr")))))
     (home-page "https://github.com/f4exb/sdrangel/wiki";)
     (synopsis "Software defined radio")
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]