guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 838a5a46ce5dd19359ff07c7275dfa74ab04fcdb
Author: David Elsing <[email protected]>
AuthorDate: Tue Feb 3 21:33:21 2026 +0100
gnu: Add clang-rocm-toolchain.
* gnu/packages/llvm.scm (clang-rocm-toolchain): New variable.
Signed-off-by: Ludovic Courtès <[email protected]>
---
gnu/packages/llvm.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm
index 776aa74db0..e8fbbed4ed 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -2118,6 +2118,9 @@ existing compilers together.")
(replace "clang" clang-rocm)
(replace "llvm" llvm-rocm)))))
+(define-public clang-rocm-toolchain
+ (make-clang-toolchain clang-rocm libomp-rocm))
+
(define-public include-what-you-use