summaryrefslogtreecommitdiff
path: root/gnu/packages/rocm.scm
AgeCommit message (Collapse)Author
2026-02-20gnu: rocprofiler: Move to rocm and switch sources.Cayetano Santos
* gnu/packages/rocm-tools.scm (rocprofiler): Move from here ... * gnu/packages/rocm.scm (rocprofiler): ... to here. [home-page]: Update. [source]: Update. [arguments]<#:configure-flags>: Complete. <#:phases>: Add ’chdir; shift "after ’unpack" to "after ’chdir". [native-inputs]: Add ’perfetto. Merges guix/guix!6448 Change-Id: I57e83327c73ecb05db18f509a7c1f88f04014ed0
2026-02-18gnu: rccl: Fix build.Cayetano Santos
* gnu/packages/rocm.scm (rccl)[source]: Switch. [arguments]<#:phases>: Delete ’chdir; update remaining phases accordingly. Fixes guix/guix#6319 Change-Id: I9318c6d8192b5ec5ee0f40614a6eebfc2609fa7b
2026-02-18gnu: Remove references to deprecated ‘rocm-smi’.Cayetano Santos
* gnu/packages/rocm-libs.scm (hipblaslt)[inputs]: Remove rocm-smi; add rocm-smi-lib. * gnu/packages/rocm.scm (rccl)[inputs]: Remove rocm-smi; add rocm-smi-lib. Merges guix/guix!6339 Change-Id: Ia218cb3d70faf3f3a9d400502afbe9ea7956099b
2026-02-18gnu: rocm-smi: Deprecate in favor or rocm-smi-lib.Cayetano Santos
* gnu/packages/rocm-tools.scm (rocm-smi): Delete variable. Merges guix/guix!6339 Change-Id: I092659f6a4bc7c660804f5ea98eec407fe4afbdd
2026-02-18gnu: Add rocm-smi-lib.Cayetano Santos
* gnu/packages/rocm.scm (rocm-smi-lib): New variable. Merges guix/guix!6339 Change-Id: I1f54236a145278151087042f71c1c7edec7ebf1f
2026-02-10gnu: Add rccl.David Elsing
* gnu/packages/rocm.scm (rccl): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2026-02-10gnu: Add rocrand.David Elsing
Adapted from the Guix-HPC channel (https://gitlab.inria.fr/guix-hpc/guix-hpc). * gnu/packages/rocm-libs.scm: New file. (%rocm-version): New variable. (%rocm-libraries-url): New variable. (rocm-libraries-monorepo): New variable. (rocm-library-source): New procedure. (rocrand): New variable. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2026-02-10gnu: rocm: Add 'current-amd-gpu-targets-string'.David Elsing
This is a string of GPU architectures separated by ";", which is commonly used by ROCm libraries. * gnu/packages/rocm.scm (current-amd-gpu-targets-string): New macro. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2026-02-10gnu: Add roctracer.David Elsing
Adapted from the Guix-HPC channel (https://gitlab.inria.fr/guix-hpc/guix-hpc). * gnu/packages/rocm.scm (roctracer): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2026-02-10gnu: Add aqlprofile.David Elsing
* gnu/packages/rocm.scm (aqlprofile): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2026-02-10gnu: Add rocdbgapi.David Elsing
* gnu/packages/gdb.scm (%rocm-gdb-version): New variable. (rocdbgapi): New variable. (gdb-14): Prefix license with license:. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2026-02-10gnu: Add hipify.David Elsing
Adapted from the Guix-HPC channel (https://gitlab.inria.fr/guix-hpc/guix-hpc). * gnu/packages/rocm-tools.scm: New file. (%rocm-version): New variable. (hipify): New variable. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2026-02-10gnu: Add rocm-core.David Elsing
* gnu/packages/rocm.scm (rocm-core): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2026-02-10gnu: rocm-bandwidth-test: Reorganize inputs.David Elsing
* gnu/packages/rocm.scm (rocm-bandwidth-test): TODO Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2026-02-10gnu: rocm-hip-runtime: Propagate runtime dependencies.David Elsing
* gnu/packages/rocm.scm (rocm-hip-runtime)[propagated-inputs]: New field. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2026-02-10gnu: rocm-hip-runtime: Add rocprofiler-register to inputs.David Elsing
* gnu/packages/rocm.scm (rocm-hip-runtime)[arguments]<#:configure-flags>: Remove "-DHIP_ENABLE_ROCPROFILER_REGISTER=OFF". [inputs]: Add rocprofiler-register. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2026-02-10gnu: rocr-runtime: Add rocprofiler-register to inputs.David Elsing
* gnu/packages/rocm.scm (rocr-runtime)[inputs]: Add rocprofiler-register. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2026-02-10gnu: Add rocprofiler-register.David Elsing
Adapted from the Guix-HPC channel (https://gitlab.inria.fr/guix-hpc/guix-hpc). * gnu/packages/rocm.scm (rocprofiler-register): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2026-02-10gnu: Update ROCm to 7.1.1David Elsing
* gnu/packages/llvm.scm (%rocm-llvm-version): Bump to 7.1.1. (make-llvm-rocm): Update hash. * gnu/package/rocm.scm (%rocm-version): Bump to 7.1.1. (%rocm-systems-origin): Update hash. (rocm-bandwidth-test): Update hash. (%e-smi-version-for-rocm): Bump to 4.2. (e-smi-for-ami-smi): Update hash. (amd-smi): Update to 26.2.0. [native-inputs]: Add pkg-config. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2026-01-25gnu: rocm: Export ‘%default-amd-gpu-targets’ and ↵Ludovic Courtès
‘current-amd-gpu-targets’. * gnu/packages/rocm.scm (%default-amd-gpu-targets, current-amd-gpu-targets): Export. Change-Id: Icb0b634643a5f64b6db606736be8e555bce7b0a8 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Signed-off-by: Rutherther <rutherther@ditigal.xyz>
2026-01-25gnu: Rename ‘amdgpu-targets’ property and related bindings.Ludovic Courtès
* gnu/packages/rocm.scm (%default-amdgpu-targets): Rename to… (%default-amd-gpu-targets): … this. (%default-amdgpu-targets-property): Remove. (%amdgpu-targets): Rename to… (current-amd-gpu-targets): … this. (rocm-bandwidth-test)[arguments]: Adjust accordingly. Change-Id: I51f3681a0a2833791f8620111adf4b8f9fb699b0 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Signed-off-by: Rutherther <rutherther@ditigal.xyz>
2026-01-25gnu: Bump rocm to version 7.1.0Jean-Baptiste Note
* gnu/packages/llvm.scm (%rocm-llvm-version): New variable. (make-llvm-rocm): New procedure. (llvm-rocm): New variable. (make-clang-runtime-rocm): New procedure. (clang-runtime-rocm): New variable. (make-clang-rocm): New procedure. (clang-rocm): New variable. (rocm-device-libs): New variable. (rocm-comgr): New variable. (rocm-hipcc): New variable. (make-lld-rocm): New procedure. (lld-rocm): New variable. * gnu/packages/rocm.scm: Add perl to imports. (%rocm-version): Update to 7.1.0. (%rocm-systems-url, %rocm-systems-origin): New variables. (rocr-runtime): Use %rocm-systems-origin and update build. (rocm-opencl-runtime): Use %rocm-systems-origin and update build. (rocm-hip-runtime): New variable. (rocminfo): Use %rocm-systems-origin and update build. (%default-amdgpu-targets, %default-amdgpu-targets-property): New variables. (%amdgpu-targets): New syntax. (rocm-bandwidth-test): Update and add comprehensive build support. * gnu/local.mk: Add rocm-bandwidth-test patches. * gnu/packages/patches/rocm-bandwidth-test-fix-external-packages-search.patch, gnu/packages/patches/rocm-bandwidth-test-fix-hsa-include-file-lookup.patch, gnu/packages/patches/rocm-bandwidth-test-take-default-gpus-from-environment.patch: New files. * gnu/packages/patches/rocclr-5.6.0-enable-gfx800.patch, gnu/packages/patches/rocm-opencl-runtime-4.3-noclinfo.patch: Update patch paths. Change-Id: I43f162b9f8ab898e25d8ecbe4ea30be84a29eb0d Signed-off-by: Ludovic Courtès <ludo@gnu.org> Signed-off-by: Rutherther <rutherther@ditigal.xyz>
2025-11-27gnu: Fix licenses for ROCm packages.Jean-Baptiste Note
* gnu/packages/rocm.scm (roct-thunk-interface): Add license:expat to license list. (rocm-opencl-runtime, rocm-bandwidth-test): Change license from license:ncsa to license:expat. Change-Id: I48606874954a420c3afa950f7943f3d3bde10091 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2025-11-27gnu: Add amd-smi.Jean-Baptiste Note
* gnu/packages/rocm.scm (make-esmi-source, %e-smi-version-for-rocm, e-smi-for-amd-smi, amd-smi): New variables. * gnu/packages/patches/amd-smi-python.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Change-Id: Idaba3d36e11457eaf08d1989fac653853c840f95 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2025-09-03gnu: Add rocm-hip-cpu.Cayetano Santos
* gnu/packages/rocm.scm (rocm-hip-cpu): New variable. Change-Id: I0b459ab0fe4b2e7f6835b906d178488fcb702a99 Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
2025-08-05gnu: rocm-device-libs: Disable tests.Cayetano Santos
* gnu/packages/rocm.scm (rocm-device-libs)[arguments]: Disable tests. Use g-expressions. [home-page]: Update. Change-Id: Ic39e3ac45573fc534282b2592ff9143fdf08d566 Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
2025-08-05gnu: rocm-cmake: Update URLs.Cayetano Santos
* gnu/packages/rocm.scm (rocm-cmake)[source, home-page]: Update URLs. Change-Id: Ifdde1fbd05c3d239b9a58b80d9f81c30d3eb82ee Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
2025-08-05gnu: %rocm-llvm-origin: Update URL.Cayetano Santos
* gnu/packages/rocm.scm (%rocm-llvm-origin)[origin]: Update URL. Change-Id: I84522e44f407aedaa21992d85258a5476dc08826 Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
2025-08-03gnu: rocm: Update to 6.4.2.John Kehayias
This commit updates all of the ROCm packages, including llvm-for-rocm, to the latest version, 6.4.2. An exception is roct-thunk-interface which is deprecated upstream, but unclear what the replacement is. It does build from the last version, 6.2.4, which is what it is updated to here. Several packages are now in the same repository as the ROCm LLVM fork, so they share the same origin (repeated in (gnu packages rocm) from llvm-for-rocm in (gnu packages llvm) as using package-source did not resolve). * gnu/packages/llvm.scm (llvm-for-rocm): Update to 6.4.2. Inherit from llvm-19. [source]: Update URL. [arguments]: Correct spacing of configure-flags. * gnu/packages/patches/rocclr-5.6.0-enable-gfx800.patch, gnu/packages/patches/rocm-opencl-runtime-4.3-noclinfo.patch: Update. * gnu/packages/patches/rocm-bandwidth-test-5.5.0-fix-includes.patch, gnu/packages/patches/rocm-comgr-3.1.0-dependencies.patch: Remove files. * gnu/packages/rocm.scm (%rocm-version): Update to 6.4.2. (%rocm-llvm-origin): New variable. (rocm-cmake)[home-page]: Update. (rocm-device-libs)[source]: Use %rocm-llvm-origin. [arguments]: Add build-type. Add chdir phase. [home-page]: Update. (rocm-comgr)[source]: Use %rocm-llvm-origin. Remove patch. [arguments]: Add build-type. Rename chdir phase to prepare-to build, setting ROCM_PATH. [inputs]: Move llvm-for-rocm from here ... [native-inputs]: ... to here. Add python. [home-page]: Update. (roct-thunk-interface): Update to 6.2.4. [source, home-page]: Update URL. (rocr-runtime)[source]: Update URL. [arguments]: Add build-type. Update and simplify add-rocm-device-lib-path phase. [inputs]: Change libelf to libelf-shared. [home-page]: Update. (rocclr-src): Remove variable. (rocm-opencl-runtime)[home-page]: Update. [source]{patches}: Add patch (that was in rocclr-src before). [arguments]: Add build-type. Update configure-flags. Add no-os-release phase. (rocminfo)[source, home-page]: Update URL. (rocm-bandwidth-test)[source]: Update URL. Remove patch. [home-page]: Update. * gnu/local.mk (dist_patch_DATA): Remove patches. Change-Id: I2157255a9546110ac683c12c131a330402e2fd93 Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
2025-01-05gnu: Fix whitespace issues in various descriptions.Gabriel Wicki
This mainly addresses `double-space after sentence end period' and `trailing white space' issues. * gnu/packages/audio.scm (ecasound): Fix description. * gnu/packages/axoloti.scm (ksoloti-runtime, ksoloti-patcher): Fix description. * gnu/packages/bioinformatics.scm (trf, ghc-int-interval-map): Fix description. * gnu/packages/chez.scm (chez-scheme, chez-scheme-bootstrap-bootfiles): Fix description. * gnu/packages/code.scm (cscope): Fix description. * gnu/packages/compression.scm (c-blosc): Fix description. * gnu/packages/connman.scm (connman): Fix description. * gnu/packages/crypto.scm (libxcrypt): Fix description. * gnu/packages/display-managers.scm (abstractdark-sddm-theme): Fix description. * gnu/packages/docker.scm (docker-registry): Fix description. * gnu/packages/freedesktop.scm (xdg-user-dirs): Fix description. * gnu/packages/game-development.scm (deutex, grfcodec): Fix description. * gnu/packages/games.scm (chroma): Fix description. * gnu/packages/geo.scm (xygrib): Fix description. * gnu/packages/gnunet.scm (gnunet-scheme): Fix description. * gnu/packages/ipfs.scm (go-github-com-ipfs-go-block-format): Fix description. * gnu/packages/kodi.scm (fstrcmp): Fix description. * gnu/packages/machine-learning.scm (vosk-api): Fix description. * gnu/packages/messaging.scm (biboumi): Fix description. * gnu/packages/music.scm (sooperlooper, samplebrain): Fix description. * gnu/packages/perl.scm (perl-file-readbackwards): Fix description. * gnu/packages/rocm.scm (rocm-bandwidth-test): Fix description. * gnu/packages/scanner.scm (sane-airscan): Fix description. * gnu/packages/security-token.scm (pkcs11-helper): Fix description. * gnu/packages/shellutils.scm (shell-functools): Fix description. * gnu/packages/textutils.scm (catdoc): Fix description. * gnu/packages/tor.scm (tor): Fix description. * gnu/packages/xdisorg.scm (xftwidth, xwallpaper): Fix description. * gnu/packages/xfce.scm (xfce4-volumed-pulse): Fix description. Change-Id: I911836d66eb780c0fa279e3aebf9d7fbd53bf00a Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
2023-07-11gnu: rocm: Update to 5.6.0.John Kehayias
Update all of the ROCm packages at the same time as they share a version number and should be upgraded together, including llvm-for-rocm. * gnu/packages/llvm.scm (llvm-for-rocm): Update to 5.6.0. [source]{patches}: Remove unneeded patches (linkdl and remove-isystem-usr-include). * gnu/packages/rocm.scm (rocm-cmake, roct-thunk-interface): Update to 5.6.0. (rocclr-src): Update to 5.6.0. [source]{patches}: Add enable-gfx800 patch. (rocm-device-libs): Update to 5.6.0. [inputs]: Update style. (rocm-comgr): Update to 5.6.0. [inputs]: Remove lld. Update style. (rocr-runtime): Update to 5.6.0. [arguments]: Use gexps. Remove configure-flags. Add add-rocm-device-lib-path phase. [inputs]: Add libdrm. Update style. [native-inputs]: Add pkg-config. Update style. (rocm-opencl-runtime): Update to 5.6.0. [source]{patches}: Remove noopencl patch. [arguments]{configure-flags}: Add BUILD_ICD=OFF and FILE_REORG_BACKWARD_COMPATIBILITY=OFF flags. [inputs]: Add opencl-headers. (rocminfo): Update to 5.6.0. [arguments]: Use gexps. Use search-input-file instead of assoc-ref and which. (rocm-bandwidth-test): Update to 5.6.0. [source]{patches}: Add fix-includes patch. * gnu/packages/patches/rocm-comgr-3.1.0-dependencies.patch, gnu/packages/patches/rocm-opencl-runtime-4.3-noclinfo.patch: Update patches. * gnu/packages/patches/llvm-roc-4.0.0-remove-isystem-usr-include.patch, gnu/packages/patches/llvm-roc-5.0.0-linkdl.patch, gnu/packages/patches/rocm-opencl-runtime-4.3-noopencl.patch: Delete files. * gnu/packages/patches/rocm-bandwidth-test-5.5.0-fix-includes.patch, gnu/packages/patches/rocclr-5.6.0-enable-gfx800.patch: New files. * gnu/local.mk (dist_patch_DATA): Update patches.
2022-06-28gnu: rocclr-4: Remove package.Lars-Dominik Braun
Not useful on its own after upgrading to ROCm 5 in commit 01444b297bb3ed28bb33cd01604aadb98bb65333. * gnu/packages/rocm.scm (rocclr-4): Remove variable.
2022-06-16gnu: rocm: Update to 5.1.3.John Kehayias
All packages updated at the same time as they have a shared version. rocclr is no longer a stand-alone package, so the previous version is kept as rocclr-4 and the current version is just the source, rocclr-src, needed by rocm-opencl-runtime. * gnu/packages/patches/rocm-opencl-runtime-3.10.0-includes.patch, gnu/packages/patches/rocm-opencl-runtime-4.3-nocltrace.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them. * gnu/packages/patches/rocm-comgr-3.1.0-dependencies.patch, gnu/packages/patches/rocm-opencl-runtime-4.3-noclinfo.patch, gnu/packages/patches/rocm-opencl-runtime-4.3-noopencl.patch: Update patches. * gnu/packages/rocm.scm (rocm-cmake, rocm-device-libs, rocm-comgr, roct-thunk-interface, rocr-runtime, rocm-opencl-runtime, rocminfo, rocm-bandwidth-test): Update to 5.1.3. (roct-thunk-interface)[inputs]: Add libdrm. [native-inputs]: Add gcc:lib and pkg-config. (rocclr-src): New variable. (rocclr-4): New variable (previous version of the package). (rocm-opencl-runtime)[source]: Remove obsolete patches. [arguments]: Rewrite with gexps. Add needed #:configure-flags. [inputs]: Remove rocclr, add numactl. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-12-13gnu: Simplify package inputs.Ludovic Courtès
This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
2021-09-10gnu: llvm-for-rocm: Move to llvm.scm.Ludovic Courtès
This removes a cross-module top-level reference, which could lead to build errors when importing (gnu packages rocm) in another module. * gnu/packages/rocm.scm (llvm-for-rocm): Move to... * gnu/packages/llvm.scm (llvm-for-rocm): ... here.
2021-08-27gnu: ocl-icd: Replace with opencl-icd-loader.Lars-Dominik Braun
ocl-icd’s project page is dead and the source code is unavailable. * gnu/packages/opencl.scm (ocl-icd): Alias to opencl-icd-loader. (clinfo)[inputs]: Use opencl-icd-loader. (beignet)[inputs]: Dito. (pocl)[inputs]: Dito. (python-pyopencl)[inputs]: Dito. * gnu/packages/games.scm (leela-zero)[inputs]: Dito. * gnu/packages/photo.scm (darktable)[inputs]: Dito. * gnu/packages/rocm.scm (rocm-opencl-runtime)[inputs]: Dito.
2021-08-11gnu: rocm-opencl-runtime: Shorten patch file name.Ludovic Courtès
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.
2021-08-11gnu: rocm-opencl-runtime: Use a non-redirecting source URL.Ludovic Courtès
* gnu/packages/rocm.scm (rocm-opencl-runtime)[source]: Use 'home-page' as the URL; since it lacks the ".git" prefix, that placates 'guix lint'.
2021-08-09gnu: rocminfo: Add description.Lars-Dominik Braun
* gnu/packages/rocm.scm (rocminfo) [description]: Add it.
2021-08-09gnu: rocminfo: Static references to lsmod and grep.Lars-Dominik Braun
Fixes usage in a pure environment. * gnu/packages/rocm.scm (rocminfo) [arguments]: Add #:phases.
2021-08-08gnu: Add rocm-bandwidth-test.Lars-Dominik Braun
* gnu/packages/rocm.scm (rocm-bandwidth-test): New variable.
2021-08-08gnu: Add rocminfo.Lars-Dominik Braun
* gnu/packages/rocm.scm (rocminfo): New variable.
2021-08-08gnu: Add rocm-opencl-runtime.Lars-Dominik Braun
* gnu/packages/rocm.scm (rocm-opencl-runtime): New variable. * gnu/packages/patches/rocm-opencl-runtime-3.10.0-add-rocclr-include-directories.patch, gnu/packages/patches/rocm-opencl-runtime-4.3-noclinfo.patch, gnu/packages/patches/rocm-opencl-runtime-4.3-nocltrace.patch, gnu/packages/patches/rocm-opencl-runtime-4.3-noopencl.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them.
2021-08-08gnu: Add rocclr.Lars-Dominik Braun
* gnu/packages/rocm.scm (rocclr): New variable.
2021-08-08gnu: Add rocr-runtime.Lars-Dominik Braun
* gnu/packages/rocm.scm (rocr-runtime): New variable.
2021-08-08gnu: Add roct-thunk-interface.Lars-Dominik Braun
* gnu/packages/rocm.scm (roct-thunk-interface): New variable.
2021-08-08gnu: Add rocm-comgr.Lars-Dominik Braun
* gnu/packages/rocm.scm (rocm-comgr): New variable. * gnu/packages/patches/rocm-comgr-3.1.0-dependencies.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
2021-08-08gnu: Add rocm-device-libs.Lars-Dominik Braun
* gnu/packages/rocm.scm (rocm-device-libs): New variable.
2021-08-08gnu: Add llvm-for-rocm.Lars-Dominik Braun
* gnu/packages/rocm.scm (llvm-for-rocm): New variable. * gnu/packages/patches/llvm-roc-3.0.0-add_libraries.patch, gnu/packages/patches/llvm-roc-4.0.0-remove-isystem-usr-include.patch, gnu/packages/patches/llvm-roc-4.2.0-add_Object.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them.
2021-08-08gnu: Add rocm-cmake.Lars-Dominik Braun
* gnu/packages/rocm.scm (%rocm-version, rocm-cmake): New variables.