all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#58190] [PATCH]     gnu: csound: Update to 6.16.2.
@ 2022-09-30  7:36 Fulbert
  2022-10-02 12:07 ` bug#58190: " Efraim Flashner
  0 siblings, 1 reply; 2+ messages in thread
From: Fulbert @ 2022-09-30  7:36 UTC (permalink / raw)
  To: 58190

[-- Attachment #1: Type: text/plain, Size: 628 bytes --]

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

[-- Attachment #2: 0001-gnu-csound-Update-to-6.16.2.patch --]
[-- Type: text/plain, Size: 1112 bytes --]

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(-)

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#58190: [PATCH]     gnu: csound: Update to 6.16.2.
  2022-09-30  7:36 [bug#58190] [PATCH] gnu: csound: Update to 6.16.2 Fulbert
@ 2022-10-02 12:07 ` Efraim Flashner
  0 siblings, 0 replies; 2+ messages in thread
From: Efraim Flashner @ 2022-10-02 12:07 UTC (permalink / raw)
  To: Fulbert; +Cc: 58190-done

[-- Attachment #1: Type: text/plain, Size: 1204 bytes --]

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.


-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-10-02 12:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-30  7:36 [bug#58190] [PATCH] gnu: csound: Update to 6.16.2 Fulbert
2022-10-02 12:07 ` bug#58190: " Efraim Flashner

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.