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.")
1294 1294
1295;; This must match '%rocm-version' in rocm.scm. They cannot be shared because 1295;; This must match '%rocm-version' in rocm.scm. They cannot be shared because
1296;; toplevel variables cannot be called from one file to another. 1296;; toplevel variables cannot be called from one file to another.
1297(define %rocm-llvm-version "7.1.0") 1297(define %rocm-llvm-version "7.1.1")
1298 1298
1299(define %clang-rocm-supported-gpu-targets 1299(define %clang-rocm-supported-gpu-targets
1300 ;; List of supported GPU targets for the current version of clang-rocm. 1300 ;; List of supported GPU targets for the current version of clang-rocm.
@@ -1394,7 +1394,7 @@ Library.")
1394 (file-name (git-file-name "rocm-llvm" %rocm-llvm-version)) 1394 (file-name (git-file-name "rocm-llvm" %rocm-llvm-version))
1395 (sha256 1395 (sha256
1396 (base32 1396 (base32
1397 "1nwbj2cz99psgq9s9l4wbsxj41l2d2dga5l9rw9jndk05jsn4n7s")) 1397 "0ni9s9sd8hlgmj34nkqn96kmbs6xlmrcsw8x5b15cisy2lhjgy89"))
1398 ;; Some of these patches require a further dynamic substitution during 1398 ;; Some of these patches require a further dynamic substitution during
1399 ;; package build. Therefore, it is important to derive from the base 1399 ;; package build. Therefore, it is important to derive from the base
1400 ;; packages or to duplicate such substitutions. Additionally, some of 1400 ;; packages or to duplicate such substitutions. Additionally, some of