emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#37995: closed ([PATCH] gnu: pocl: Update to 1.4.)


From: GNU bug Tracking System
Subject: bug#37995: closed ([PATCH] gnu: pocl: Update to 1.4.)
Date: Thu, 31 Oct 2019 00:07:02 +0000

Your message dated Thu, 31 Oct 2019 01:06:34 +0100
with message-id <address@hidden>
and subject line Re: [bug#37995] [PATCH] gnu: pocl: Update to 1.4.
has caused the debbugs.gnu.org bug report #37995,
regarding [PATCH] gnu: pocl: Update to 1.4.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
37995: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=37995
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: pocl: Update to 1.4. Date: Wed, 30 Oct 2019 19:05:09 +0300
---
I have updated pocl to the latest version because current version (1.2)
does not compile with llvm 8 which is the default LLVM version in Guix. 

 gnu/packages/opencl.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/opencl.scm b/gnu/packages/opencl.scm
index fc9c11caa5..81e5bab9db 100644
--- a/gnu/packages/opencl.scm
+++ b/gnu/packages/opencl.scm
@@ -296,7 +296,7 @@ back-end for the LLVM compiler framework.")
 (define-public pocl
   (package
     (name "pocl")
-    (version "1.2")
+    (version "1.4")
     (source
      (origin
        (method git-fetch)
@@ -304,7 +304,7 @@ back-end for the LLVM compiler framework.")
              (url "https://github.com/pocl/pocl.git";)
              (commit (string-append "v" version))))
        (sha256
-        (base32 "0fyiwd9nrqhl0jsac0bx17p9acpfzhyxp50mmp28mzn7psb9qidg"))
+        (base32 "1c4y69zks6hkq5fqh9waxgb8g4ka7y6h3vacmsm720kba0h57g8a"))
        (file-name (git-file-name name version))))
     (build-system cmake-build-system)
     (native-inputs
@@ -313,7 +313,7 @@ back-end for the LLVM compiler framework.")
     (inputs
      `(("clang" ,clang)
        ("hwloc" ,hwloc-2.0 "lib")
-       ("llvm" ,llvm)
+       ("llvm" ,llvm-8)
        ("ocl-icd" ,ocl-icd)))
     (arguments
      `(#:configure-flags
-- 
2.23.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#37995] [PATCH] gnu: pocl: Update to 1.4. Date: Thu, 31 Oct 2019 01:06:34 +0100 User-agent: Notmuch/0.29.1 (https://notmuchmail.org) Emacs/26.3 (x86_64-pc-linux-gnu)
Ivan Gankevich <address@hidden> writes:

> ---
> I have updated pocl to the latest version because current version (1.2)
> does not compile with llvm 8 which is the default LLVM version in Guix. 

Thanks!  Pushed in bbad38f4d8e6b6ecc15c476b973094cdf96cdeae with a
ChangeLog-style commit message.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]