summaryrefslogtreecommitdiff
path: root/gnu/packages/llvm.scm
diff options
context:
space:
mode:
authorDavid Elsing <david.elsing@posteo.net>2026-02-03 21:33:21 +0100
committerLudovic Courtès <ludo@gnu.org>2026-02-10 23:46:31 +0100
commite156af4eb5828c19477d8f4736cdb8736c6a50a9 (patch)
tree793151294c325feb31546addb7d54778260d517e /gnu/packages/llvm.scm
parentadacb69e894ba674793ed3025d55b8e6eff95f9d (diff)
gnu: Update ROCm to 7.1.1
* 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>
Diffstat (limited to 'gnu/packages/llvm.scm')
-rw-r--r--gnu/packages/llvm.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm
index c9760330495..12018310d56 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -1294,7 +1294,7 @@ Library.")
;; This must match '%rocm-version' in rocm.scm. They cannot be shared because
;; toplevel variables cannot be called from one file to another.
-(define %rocm-llvm-version "7.1.0")
+(define %rocm-llvm-version "7.1.1")
(define %clang-rocm-supported-gpu-targets
;; List of supported GPU targets for the current version of clang-rocm.
@@ -1394,7 +1394,7 @@ Library.")
(file-name (git-file-name "rocm-llvm" %rocm-llvm-version))
(sha256
(base32
- "1nwbj2cz99psgq9s9l4wbsxj41l2d2dga5l9rw9jndk05jsn4n7s"))
+ "0ni9s9sd8hlgmj34nkqn96kmbs6xlmrcsw8x5b15cisy2lhjgy89"))
;; Some of these patches require a further dynamic substitution during
;; package build. Therefore, it is important to derive from the base
;; packages or to duplicate such substitutions. Additionally, some of