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

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

[debbugs-tracker] bug#32860: closed ([PATCH] gnu: pocl: Update to 1.2.)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#32860: closed ([PATCH] gnu: pocl: Update to 1.2.)
Date: Sat, 29 Sep 2018 15:19:02 +0000

Your message dated Sat, 29 Sep 2018 11:17:55 -0400
with message-id <address@hidden>
and subject line Re: [PATCH] gnu: pocl: Update to 1.2.
has caused the debbugs.gnu.org bug report #32860,
regarding [PATCH] gnu: pocl: Update to 1.2.
to be marked as done.

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


-- 
32860: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=32860
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: pocl: Update to 1.2. Date: Fri, 28 Sep 2018 10:06:30 +0000
* gnu/packages/opencl.scm (pocl): Update to 1.2.
---
 gnu/packages/opencl.scm | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/opencl.scm b/gnu/packages/opencl.scm
index d32e69643..0df4b2e1c 100644
--- a/gnu/packages/opencl.scm
+++ b/gnu/packages/opencl.scm
@@ -294,23 +294,23 @@ back-end for the LLVM compiler framework.")
 (define-public pocl
   (package
     (name "pocl")
-    (version "1.1")
+    (version "1.2")
     (source
      (origin
-       (method git-fetch)
-       (uri (git-reference
-             (url "https://github.com/pocl/pocl.git";)
-             (commit (string-append "v" version))))
-       (file-name (git-file-name name version))
+       (method url-fetch)
+       (uri (string-append
+             "https://github.com/pocl/pocl/archive/v";
+             version".tar.gz"))
        (sha256
-        (base32 "1z3sqn20ddv1030adchpzs65qng436gc2mb99p213mkh95jkh1l5"))))
+        (base32 "0iidk05lac83kj3zfxyvpqlza4ljknwvw6ds9jkg74k86f7ychqc"))
+       (file-name (string-append name "-" version ".tar.gz"))))
     (build-system cmake-build-system)
     (native-inputs
      `(("libltdl" ,libltdl)
        ("pkg-config" ,pkg-config)))
     (inputs
      `(("clang" ,clang)
-       ("hwloc" ,hwloc "lib")
+       ("hwloc" ,hwloc-2.0 "lib")
        ("llvm" ,llvm)
        ("ocl-icd" ,ocl-icd)))
     (arguments
--
2.19.0



--- End Message ---
--- Begin Message --- Subject: Re: [PATCH] gnu: pocl: Update to 1.2. Date: Sat, 29 Sep 2018 11:17:55 -0400 User-agent: Mutt/1.10.1 (2018-07-13)
On Sat, Sep 29, 2018 at 04:05:15AM +0000, fis trivial wrote:
> 
> * gnu/packages/opencl.scm (pocl): Update to 1.2.

Thanks! Pushed as bfb22078fd3a184f60968938851ada97d7dead58

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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