From f9325407737bfc1ebad0914067e01a5babab9b43 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 13 Mar 2019 20:43:55 +0100 Subject: 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(-) (limited to 'gnu') diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm index bb5a4a141c..8ae646d87e 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/" -- cgit v1.2.3