guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/06: gnu: python-llvmlite: Update to 0.27.1.


From: guix-commits
Subject: 05/06: gnu: python-llvmlite: Update to 0.27.1.
Date: Wed, 13 Mar 2019 15:59:44 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit f9325407737bfc1ebad0914067e01a5babab9b43
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Mar 13 20:43:55 2019 +0100

    gnu: python-llvmlite: Update to 0.27.1.
    
    * gnu/packages/llvm.scm (python-llvmlite): Update to 0.27.1.
    [inputs]: Update patch for custom LLVM variant.
---
 gnu/packages/llvm.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm
index bb5a4a1..8ae646d 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -451,14 +451,14 @@ use with Clang, targeting C++11, C++14 and above.")
 (define-public python-llvmlite
   (package
     (name "python-llvmlite")
-    (version "0.24.0")
+    (version "0.27.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "llvmlite" version))
        (sha256
         (base32
-         "01zwjlc3c5mhrwmv4b73zgbskwqps9ly0nrh54bbj1f1l72f839j"))))
+         "1aq003zbyjnz4q1118h6qx5lfimc8s5fvgskl75j12gxd6pc78a8"))))
     (build-system python-build-system)
     (inputs
      `(("llvm"
@@ -472,10 +472,10 @@ use with Clang, targeting C++11, C++14 and above.")
                          (method url-fetch)
                          (uri (string-append 
"https://raw.githubusercontent.com/numba/";
                                              "llvmlite/v" version 
"/conda-recipes/"
-                                             "D47188-svml.patch"))
+                                             "D47188-svml-VF.patch"))
                          (sha256
                           (base32
-                           
"0mrj24jvkv3hjcmyg98zmvmyl1znlh2j63rdr69f6g7s96d2pfv1")))
+                           
"0wxhgb61k17f0zg2m0726sf3hppm41f8jar2kkg2n8sl5cnjj9mr")))
                        (origin
                          (method url-fetch)
                          (uri (string-append 
"https://raw.githubusercontent.com/numba/";



reply via email to

[Prev in Thread] Current Thread [Next in Thread]