diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-03-13 20:43:55 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-03-13 20:43:55 +0100 |
commit | f9325407737bfc1ebad0914067e01a5babab9b43 (patch) | |
tree | de17a7ad0375058aa33f54c3881cce0387f37112 | |
parent | 6d37301bd53ca55f6a2fa73d80b6d3892effd30b (diff) | |
download | patches-f9325407737bfc1ebad0914067e01a5babab9b43.tar patches-f9325407737bfc1ebad0914067e01a5babab9b43.tar.gz |
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.
-rw-r--r-- | gnu/packages/llvm.scm | 8 |
1 files changed, 4 insertions, 4 deletions
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/" |