unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Greg Hogan <code@greghogan.com>
To: 56282@debbugs.gnu.org
Cc: Greg Hogan <code@greghogan.com>
Subject: [bug#56282] [PATCH 5/7] gnu: gnuradio: Update to 3.10.3.0.
Date: Tue, 28 Jun 2022 15:22:51 +0000	[thread overview]
Message-ID: <5409679a741dcda25b4ab705eec99964110c8d9d.1656429407.git.code@greghogan.com> (raw)
In-Reply-To: <cover.1656429407.git.code@greghogan.com>

* gnu/packages/radio.scm (gnuradio): Update to 3.10.3.0.
[native-inputs]: Add python-jsonschema and soapysdr.
[propagated-inputs]: Add spdlog.
[arguments]<#:configure-flags>: Add -DENABLE_GRC=ON.
---
 gnu/packages/radio.scm | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/radio.scm b/gnu/packages/radio.scm
index c25cdbc20c..e014707e44 100644
--- a/gnu/packages/radio.scm
+++ b/gnu/packages/radio.scm
@@ -542,7 +542,7 @@ (define-public redsea
 (define-public gnuradio
   (package
     (name "gnuradio")
-    (version "3.9.2.0")
+    (version "3.10.3.0")
     (source
      (origin
        (method git-fetch)
@@ -551,7 +551,7 @@ (define-public gnuradio
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "01wyqazrpphmb0fl69j93k0w4vm4d1l4177m1fyg7qx8hzia0aaq"))))
+        (base32 "0xdhb2blzajxpi0f2ch23hh6bzdwz5q7syi3bmiqzdjlj2yjfzd4"))))
     (build-system cmake-build-system)
     (native-inputs
      `(("doxygen" ,doxygen)
@@ -589,6 +589,7 @@ (define-public gnuradio
        ("python" ,python)
        ("python-click" ,python-click)
        ("python-click-plugins" ,python-click-plugins)
+       ("python-jsonschema" ,python-jsonschema)
        ("python-lxml" ,python-lxml)
        ("python-matplotlib" ,python-matplotlib)
        ("python-numpy" ,python-numpy)
@@ -600,8 +601,11 @@ (define-public gnuradio
        ("qtbase" ,qtbase-5)
        ("qwt" ,qwt)
        ("sdl" ,sdl)
+       ("soapysdr" ,soapysdr)
        ("volk" ,volk)
        ("zeromq" ,zeromq)))
+    (propagated-inputs
+     (list spdlog))
     (arguments
      `(#:modules ((guix build cmake-build-system)
                   ((guix build glib-or-gtk-build-system) #:prefix glib-or-gtk:)
@@ -612,7 +616,8 @@ (define-public gnuradio
                            (guix build glib-or-gtk-build-system)
                            (guix build python-build-system))
        #:configure-flags
-       (list (string-append "-DMATHJAX2_ROOT="
+       (list "-DENABLE_GRC=ON"
+             (string-append "-DMATHJAX2_ROOT="
                             (assoc-ref %build-inputs "js-mathjax")
                             "/share/javascript/mathjax"))
        #:phases
-- 
2.36.1





  parent reply	other threads:[~2022-06-28 15:24 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-28 15:19 [bug#56282] [PATCH 0/7] Update octave Greg Hogan
2022-06-28 15:22 ` [bug#56282] [PATCH 1/7] gnu: octave: Update to 7.1.0 Greg Hogan
2022-06-28 15:22 ` [bug#56282] [PATCH 2/7] gnu: Add r-metadat Greg Hogan
2022-06-28 15:22 ` [bug#56282] [PATCH 3/7] gnu: Add r-mathjaxr Greg Hogan
2022-06-30  9:54   ` Maxime Devos
2022-06-28 15:22 ` [bug#56282] [PATCH 4/7] gnu: r-metafor: Update to 3.4-0 Greg Hogan
2022-06-28 15:22 ` Greg Hogan [this message]
2022-06-28 15:22 ` [bug#56282] [PATCH 6/7] gnu: gr-satellites: Update to 4.6.0 Greg Hogan
2022-06-28 15:22 ` [bug#56282] [PATCH 7/7] gnu: gnss-sdr: Update to 0.0.17 Greg Hogan
2022-06-30  9:25 ` bug#56282: [PATCH 0/7] Update octave Guillaume Le Vaillant

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5409679a741dcda25b4ab705eec99964110c8d9d.1656429407.git.code@greghogan.com \
    --to=code@greghogan.com \
    --cc=56282@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).