mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
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.
This commit is contained in:
parent
9b54559e23
commit
168d107abf
3 changed files with 2 additions and 2 deletions
|
@ -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 \
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue