Fulbert wrote 2 years ago
(address . guix-patches@gnu.org)
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=csoundeither.
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
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(-)
Toggle diff (24 lines)
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))
--
2.37.3