[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: python-llvmlite: Remove obsolete patch.
From: |
Ricardo Wurmus |
Subject: |
01/01: gnu: python-llvmlite: Remove obsolete patch. |
Date: |
Fri, 14 Sep 2018 09:12:13 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 7a20877a184b5a9794741cf49740b88d61e8a2a4
Author: Ricardo Wurmus <address@hidden>
Date: Fri Sep 14 14:57:47 2018 +0200
gnu: python-llvmlite: Remove obsolete patch.
* gnu/packages/llvm.scm (python-llvmlite)[inputs]: Remove patch that is
obsolete since the upgrade to LLVM 6.0.1.
---
gnu/packages/llvm.scm | 10 +---------
1 file changed, 1 insertion(+), 9 deletions(-)
diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm
index cd710bc..d0791d0 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -417,15 +417,7 @@ code analysis tools.")
"twine_cfg_undefined_behavior.patch"))
(sha256
(base32
-
"07h71n2m1mn9zcfgw04zglffknplb233zqbcd6pckq0wygkrxflp")))
- (origin
- (method url-fetch)
- (uri (string-append
"https://raw.githubusercontent.com/numba/";
- "llvmlite/v" version
"/conda-recipes/"
-
"0001-Transforms-Add-missing-header-for-InstructionCombini.patch"))
- (sha256
- (base32
-
"1pp0z9696l6j4dwz7ypjrm4vvkj0d3mlf1g8zmiyk08akw5lz0cb")))))))))))
+
"07h71n2m1mn9zcfgw04zglffknplb233zqbcd6pckq0wygkrxflp")))))))))))
(home-page "http://llvmlite.pydata.org";)
(synopsis "Wrapper around basic LLVM functionality")
(description