guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: rocm-opencl-runtime: Shorten patch file name.


From: guix-commits
Subject: 02/04: gnu: rocm-opencl-runtime: Shorten patch file name.
Date: Wed, 11 Aug 2021 10:36:06 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 168d107abf5608e6a1bfb37ee3448c4087856602
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue Aug 10 23:51:06 2021 +0200

    gnu: rocm-opencl-runtime: Shorten patch file name.
    
    This appeases 'guix lint -c patch-file-names'.
    
    * 
gnu/packages/patches/rocm-opencl-runtime-3.10.0-add-rocclr-include-directories.patch:
    Rename to...
    * gnu/packages/patches/rocm-opencl-runtime-3.10.0-includes.patch: ... this.
    * gnu/packages/rocm.scm (rocm-opencl-runtime)[source]: Adjust accordingly.
    * gnu/local.mk (dist_patch_DATA): Likewise.
---
 gnu/local.mk                                                            | 2 +-
 ...lude-directories.patch => rocm-opencl-runtime-3.10.0-includes.patch} | 0
 gnu/packages/rocm.scm                                                   | 2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/local.mk b/gnu/local.mk
index 3f09b16..32ac19d 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1702,7 +1702,7 @@ dist_patch_DATA =                                         
\
   %D%/packages/patches/rnp-disable-ruby-rnp-tests.patch                \
   %D%/packages/patches/rnp-unbundle-googletest.patch           \
   %D%/packages/patches/rocm-comgr-3.1.0-dependencies.patch \
-  
%D%/packages/patches/rocm-opencl-runtime-3.10.0-add-rocclr-include-directories.patch
 \
+  %D%/packages/patches/rocm-opencl-runtime-3.10.0-includes.patch \
   %D%/packages/patches/rocm-opencl-runtime-4.3-noclinfo.patch \
   %D%/packages/patches/rocm-opencl-runtime-4.3-nocltrace.patch \
   %D%/packages/patches/rocm-opencl-runtime-4.3-noopencl.patch \
diff --git 
a/gnu/packages/patches/rocm-opencl-runtime-3.10.0-add-rocclr-include-directories.patch
 b/gnu/packages/patches/rocm-opencl-runtime-3.10.0-includes.patch
similarity index 100%
rename from 
gnu/packages/patches/rocm-opencl-runtime-3.10.0-add-rocclr-include-directories.patch
rename to gnu/packages/patches/rocm-opencl-runtime-3.10.0-includes.patch
diff --git a/gnu/packages/rocm.scm b/gnu/packages/rocm.scm
index 8d6e3e6..66a28fc 100644
--- a/gnu/packages/rocm.scm
+++ b/gnu/packages/rocm.scm
@@ -270,7 +270,7 @@ allows runtimes to work on Windows as well as on Linux 
without much effort.")
                 "1cglpiaj3ny1z74ssmy6j63vj92sfy4q38ix6qsga0mg3b2wvqz3"))
               (patches
                (search-patches
-                
"rocm-opencl-runtime-3.10.0-add-rocclr-include-directories.patch"
+                "rocm-opencl-runtime-3.10.0-includes.patch"
                 ;; Do not install libOpenCL, which ocl-icd provides.
                 "rocm-opencl-runtime-4.3-noopencl.patch"
                 ;; Guix includes a program clinfo already.



reply via email to

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