janneke pushed a commit to branch core-packages-team
in repository guix.

commit 1ec0a6f20250047e2e3f89d4dc5bee831163e6b2
Author: Janneke Nieuwenhuizen <[email protected]>
AuthorDate: Sun Dec 15 11:28:00 2024 +0100

    gnu: python-llvmlite: Use llvm-14.
    
    * gnu/packages/llvm.scm (python-llvmlite)[inputs]: Use llvm-14.
    
    Change-Id: I343730a3b889f9dd0b8c57b62cfea4917ed5e273
---
 gnu/packages/llvm.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm
index 7a8d98770a..3b2ac257eb 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -2089,16 +2089,17 @@ requirements according to version 1.1 of the OpenCL 
specification.")
                      "0001-Revert-Limit-size-of-non-GlobalValue-name.patch"
                      "0n4k7za0smx6qwdipsh6x5lm7bfvzzb3p9r8q1zq1dqi4na21295"))))
         (package
-          (inherit llvm-11)
+          (inherit llvm-14)
           (source
            (origin
-             (inherit (package-source llvm-11))
+             (inherit (package-source llvm-14))
+             ;;; XXX Do we still need [these] patches when using llvm-14?
              (patches (if (string=? "aarch64-linux" (%current-system))
                           `(,(patch-origin
                               "intel-D47188-svml-VF_LLVM9.patch"
                               
"0gnnlfxr8p1a7ls93hzcpfqpa8r0icypfwj8l9cmkslq5sz8p64r")
                             ,@arch-independent-patches
-                            ,@(origin-patches (package-source llvm-11)))
+                            ,@(origin-patches (package-source llvm-14)))
                           `(,(patch-origin
                               "intel-D47188-svml-VF.patch"
                               
"0gnnlfxr8p1a7ls93hzcpfqpa8r0icypfwj8l9cmkslq5sz8p64r")
@@ -2106,7 +2107,7 @@ requirements according to version 1.1 of the OpenCL 
specification.")
                               
"expect-fastmath-entrypoints-in-add-TLI-mappings.ll.patch"
                               
"0jxhjkkwwi1cy898l2n57l73ckpw0v73lqnrifp7r1mwpsh624nv")
                             ,@arch-independent-patches
-                            ,@(origin-patches (package-source 
llvm-11)))))))))))
+                            ,@(origin-patches (package-source 
llvm-14)))))))))))
     (home-page "https://llvmlite.pydata.org";)
     (synopsis "Wrapper around basic LLVM functionality")
     (description

Reply via email to