guix_mirror_bot pushed a commit to branch next-master
in repository guix.

commit 9d7d24be88a9ae3250fca04503b1255d515b51fa
Author: Ludovic Courtès <[email protected]>
AuthorDate: Thu Jan 15 16:10:24 2026 +0100

    gnu: rocm: Export ‘%default-amd-gpu-targets’ and ‘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 <[email protected]>
---
 gnu/packages/rocm.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/rocm.scm b/gnu/packages/rocm.scm
index 3cf4b8f26b..13d6008f4b 100644
--- a/gnu/packages/rocm.scm
+++ b/gnu/packages/rocm.scm
@@ -44,7 +44,9 @@
   #:use-module (gnu packages perl)
   #:use-module (gnu packages xdisorg)
   #:use-module (gnu packages libffi)
-  #:use-module (ice-9 match))
+  #:use-module (ice-9 match)
+  #:export (%default-amd-gpu-targets
+            current-amd-gpu-targets))
 
 ;; The components are tightly integrated and can only be upgraded as a unit. If
 ;; you want to upgrade ROCm, bump this version number and update hashes below.

Reply via email to