guix-commits
[Top][All Lists]
Advanced

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

16/20: gnu: python-llvmlite: Update to 0.30.0.


From: guix-commits
Subject: 16/20: gnu: python-llvmlite: Update to 0.30.0.
Date: Mon, 23 Dec 2019 18:32:00 -0500 (EST)

brettgilio pushed a commit to branch master
in repository guix.

commit 6608727262f45d351c55cd1ae40414db7768a374
Author: Brett Gilio <address@hidden>
Date:   Mon Dec 23 17:29:13 2019 -0600

    gnu: python-llvmlite: Update to 0.30.0.
    
    * gnu/packages/llvm.scm (python-llvmlite): Update to 0.30.0.
    [arguments]: Disable tests until dynamic loading of libm.so is fixed.
---
 gnu/packages/llvm.scm | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm
index 082e6e9..a6f779e 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -13,6 +13,7 @@
 ;;; Copyright © 2019 Rutger Helling <address@hidden>
 ;;; Copyright © 2019 Arm Ltd <address@hidden>
 ;;; Copyright © 2019 Mathieu Othacehe <address@hidden>
+;;; Copyright © 2019 Brett Gilio <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -687,15 +688,19 @@ with that of libgomp, the GNU Offloading and Multi 
Processing Library.")
 (define-public python-llvmlite
   (package
     (name "python-llvmlite")
-    (version "0.27.1")
+    (version "0.30.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "llvmlite" version))
        (sha256
         (base32
-         "1aq003zbyjnz4q1118h6qx5lfimc8s5fvgskl75j12gxd6pc78a8"))))
+         "01wspdc0xhnydl66jyhyr4ii16h3fnw6mjihiwnnxdxg9j6kkajf"))))
     (build-system python-build-system)
+    (arguments
+     ;; FIXME: One test fails unable to find libm.so
+     ;; https://github.com/numba/llvmlite/issues/537
+     `(#:tests? #f))
     (inputs
      `(("llvm"
         ,(package



reply via email to

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