GNU bug report logs - #31436
[PATCH 0/6] gnu: Add opencl related packages.

Previous Next

Package: guix-patches;

Reported by: Fis Trivial <ybbs.daans <at> hotmail.com>

Date: Sat, 12 May 2018 19:47:01 UTC

Severity: normal

Tags: patch

Done: ludo <at> gnu.org (Ludovic Courtès)

Bug is archived. No further changes may be made.

Full log


Message #56 received at 31436 <at> debbugs.gnu.org (full text, mbox):

From: ludo <at> gnu.org (Ludovic Courtès)
To: Fis Trivial <ybbs.daans <at> hotmail.com>
Cc: "31436 <at> debbugs.gnu.org" <31436 <at> debbugs.gnu.org>
Subject: Re: [PATCH 1/3] gnu: Add ocl-icd.
Date: Tue, 26 Jun 2018 22:26:33 +0200
[Message part 1 (text/plain, inline)]
Fis Trivial <ybbs.daans <at> hotmail.com> skribis:

> * gnu/packages/opencl.scm (ocl-icd): New variable.

Applied with the changes below; thanks.

[Message part 2 (text/x-patch, inline)]
diff --git a/gnu/packages/opencl.scm b/gnu/packages/opencl.scm
index b9cca3406..3b65d7512 100644
--- a/gnu/packages/opencl.scm
+++ b/gnu/packages/opencl.scm
@@ -133,7 +133,10 @@ programming.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1x2dr8p4dkfds56r38av360i3nv1y3326jmshxvjngaf6mlg6rbn"))))
+                "1x2dr8p4dkfds56r38av360i3nv1y3326jmshxvjngaf6mlg6rbn"))
+              (modules '((guix build utils)))
+              (snippet
+               '(delete-file-recursively "khronos-headers"))))
     (native-inputs
      `(("opencl-headers" ,opencl-headers)
        ("ruby" ,ruby)))
@@ -141,17 +144,16 @@ programming.")
      `(("libgcrypt" ,libgcrypt)))
     (build-system gnu-build-system)
     (arguments
-     '(#:configure-flags
-       '("DEBUG_OCL_ICD=1")))
+     '(#:configure-flags '("DEBUG_OCL_ICD=1")))
     (native-search-paths
      (list (search-path-specification
             (variable "OPENCL_VENDOR_PATH")
             (files '("etc/OpenCL/vendors")))))
     (search-paths native-search-paths)
     (home-page "https://forge.imag.fr/projects/ocl-icd/")
-    (synopsis "OpenCL implementations are provided as ICD (Installable Client
-Driver)")
-    (description "OpenCL implementations are provided as ICD (Installable Client
-Driver).  An OpenCL program can use several ICD thanks to the use of an ICD
-Loader as provided by this project.  This free ICD Loader can load any ICD.")
-    (license (list license:gpl2 license:ruby))))
+    (synopsis "OpenCL loader for Installable Client Drivers (ICDs)")
+    (description
+     "OpenCL implementations are provided as ICDs (Installable Client
+Drivers).  An OpenCL program can use several ICDs thanks to the use of an ICD
+Loader as provided by this package.")
+    (license license:bsd-2)))

This bug report was last modified 6 years and 330 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.