diff mbox series

[bug#58190] gnu: csound: Update to 6.16.2.

Message ID YzaclAO8HFkJUcd+@bluewin.ch
State Accepted
Headers show
Series [bug#58190] gnu: csound: Update to 6.16.2. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git-branch success View Git branch
cbaines/applying patch success View Laminar job
cbaines/issue success View issue

Commit Message

Fulbert Sept. 30, 2022, 7:36 a.m. UTC
Hello !

Attached is the package update for Csound. The current 16.14.0 version
available on Guix does not build on my *x86_64-linux* system, and it
doesnt look good on https://ci.guix.gnu.org/search?query=csound either.

The only change is the version and the hash.

It does `guix build --rounds=2 csound` with no error and some basic
tests (only on the main `csound` binary) work as expected.

As recommended in
"https://guix.gnu.org/manual/devel/en/html_node/Submitting-Patches.html",
I started trying to build for arm as well, but i gave up after 2 hours
of never ending ruby compilation…  sorry.

Best regards,
Fulbert
From ce49bde220ddff4a2d341b3334c9ae47aab5c5cc Mon Sep 17 00:00:00 2001
From: Fulbert <fulbert@bluewin.ch>
Date: Thu, 29 Sep 2022 19:19:45 +0200
Subject: [PATCH]     gnu: csound: Update to 6.16.2.

    * gnu/packages/audio.scm (csound): Update to 6.16.2.
---
 gnu/packages/audio.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Efraim Flashner Oct. 2, 2022, 12:07 p.m. UTC | #1
On Fri, Sep 30, 2022 at 09:36:52AM +0200, Fulbert wrote:
> Hello !
> 
> Attached is the package update for Csound. The current 16.14.0 version
> available on Guix does not build on my *x86_64-linux* system, and it
> doesnt look good on https://ci.guix.gnu.org/search?query=csound either.
> 
> The only change is the version and the hash.
> 
> It does `guix build --rounds=2 csound` with no error and some basic
> tests (only on the main `csound` binary) work as expected.
> 
> As recommended in
> "https://guix.gnu.org/manual/devel/en/html_node/Submitting-Patches.html",
> I started trying to build for arm as well, but i gave up after 2 hours
> of never ending ruby compilation…  sorry.
> 
> Best regards,
> Fulbert

No worries about not finishing compiling on arm (I assume aarch64), I'm
not sure I would've waited the 2 hours either. Luckily I do have some
arm hardware and it build successfully on aarch64 (still waiting on
armhf).

Patch pushed! Thanks.
diff mbox series

Patch

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index fd27c1cc71..b1a91418da 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -1400,7 +1400,7 @@  (define-public tao-synth
 (define-public csound
   (package
     (name "csound")
-    (version "6.14.0")
+    (version "6.16.2")
     (source
      (origin
        (method git-fetch)
@@ -1409,7 +1409,7 @@  (define-public csound
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1sr9knfhbm2m0wpkjq2l5n471vnl51wy4p6j4m95zqybimzb4s2j"))))
+        (base32 "1lgasyk8j4cl9178vci1dph63nks3cgwhf8y1d04z9dc8gg15dyn"))))
     (build-system cmake-build-system)
     (native-inputs
      (list bison flex gettext-minimal zlib))