summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2021-08-10 23:51:06 +0200
committerLudovic Courtès <ludo@gnu.org>2021-08-11 16:35:28 +0200
commit168d107abf5608e6a1bfb37ee3448c4087856602 (patch)
tree55e21b85e42c9c0e77a42b9207e21c01d63bb856
parent9b54559e237b40ea56a604fa50b4dfa8a4437bc5 (diff)
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.
-rw-r--r--gnu/local.mk2
-rw-r--r--gnu/packages/patches/rocm-opencl-runtime-3.10.0-includes.patch (renamed from gnu/packages/patches/rocm-opencl-runtime-3.10.0-add-rocclr-include-directories.patch)0
-rw-r--r--gnu/packages/rocm.scm2
3 files changed, 2 insertions, 2 deletions
diff --git a/gnu/local.mk b/gnu/local.mk
index 3f09b167b1..32ac19d20e 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
index d81bb0747f..d81bb0747f 100644
--- 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
diff --git a/gnu/packages/rocm.scm b/gnu/packages/rocm.scm
index 8d6e3e69e2..66a28fc169 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.