unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Sarah Morgensen <iskarian@mgsn.dev>
To: 50418@debbugs.gnu.org
Subject: [bug#50418] [PATCH core-updates-frozen 2/2] gnu: ocl-icd: Update to 2.2.13.
Date: Sun,  5 Sep 2021 19:49:09 -0700	[thread overview]
Message-ID: <965cca9da43691a9e1329134bee66511aa00e404.1630896250.git.iskarian@mgsn.dev> (raw)
In-Reply-To: <cover.1630896250.git.iskarian@mgsn.dev>

Fix building with GCC 10 by updating to 2.2.13.

* gnu/packages/opencl.scm (ocl-icd): Update to 2.2.13.
---
 gnu/packages/opencl.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/opencl.scm b/gnu/packages/opencl.scm
index 4c9c440b3d..9b64780941 100644
--- a/gnu/packages/opencl.scm
+++ b/gnu/packages/opencl.scm
@@ -130,7 +130,7 @@
 (define-public ocl-icd
   (package
     (name "ocl-icd")
-    (version "2.2.12")
+    (version "2.2.13")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -139,7 +139,7 @@
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "075pj99nanl75hyv93wys9ba3x7lhcdj0awdcd8bss6mdxqxj5mc"))
+                "1cpys998467fdi0khdr1cj8qaawhrw0xn6z48b1jsq52c7hgd682"))
               (modules '((guix build utils)))
               (snippet
                '(delete-file-recursively "khronos-headers"))))
-- 
2.32.0





  parent reply	other threads:[~2021-09-06  2:50 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-06  2:46 [bug#50418] [PATCH core-updates-frozen 0/2] gnu: ocl-icd: Fix build Sarah Morgensen
2021-09-06  2:49 ` [bug#50418] [PATCH core-updates-frozen 1/2] gnu: ocl-icd: Update project location Sarah Morgensen
2021-09-06  2:49 ` Sarah Morgensen [this message]
2021-09-06  5:57 ` [bug#50418] [PATCH core-updates-frozen 0/2] gnu: ocl-icd: Fix build Lars-Dominik Braun
2021-09-06 17:20   ` Sarah Morgensen
2021-09-08 15:01     ` Lars-Dominik Braun
2021-10-12 18:37       ` bug#50418: " Maxim Cournoyer

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=965cca9da43691a9e1329134bee66511aa00e404.1630896250.git.iskarian@mgsn.dev \
    --to=iskarian@mgsn.dev \
    --cc=50418@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).