[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/10: gnu: python-llvmlite: Remove unused patch.
From: |
guix-commits |
Subject: |
04/10: gnu: python-llvmlite: Remove unused patch. |
Date: |
Sat, 8 Jan 2022 06:03:25 -0500 (EST) |
mbakke pushed a commit to branch master
in repository guix.
commit f8601b428929fd6c0787b379fb6d2850963f385d
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Jan 7 18:20:26 2022 +0100
gnu: python-llvmlite: Remove unused patch.
* gnu/packages/llvm.scm (python-llvmlite)[inputs]: Remove patch from the
custom LLVM variant, because the custom patch phase was defunct and the
patch
no longer applies.
---
gnu/packages/llvm.scm | 19 +------------------
1 file changed, 1 insertion(+), 18 deletions(-)
diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm
index b3bd3b2276..178b92a0fb 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -1510,24 +1510,7 @@ with that of libgomp, the GNU Offloading and Multi
Processing Library.")
"expect-fastmath-entrypoints-in-add-TLI-mappings.ll.patch"
"0jxhjkkwwi1cy898l2n57l73ckpw0v73lqnrifp7r1mwpsh624nv")
,@arch-independent-patches
- ,@(origin-patches (package-source llvm-11)))))))
- (arguments
- (substitute-keyword-arguments (package-arguments llvm-11)
- ((#:phases phases)
- `(modify-phases ,phases
- (add-after 'unpack 'patch-round-two
- ;; We have to do the patching in two rounds because we can't
- ;; pass '-p1' and '-p2' in the source field.
- (lambda* (#:key inputs #:allow-other-keys)
- (invoke "patch"
- (assoc-ref inputs "llvm_11_consecutive_registers")
- "-p2")))))))
- (native-inputs
- `(("llvm_11_consecutive_registers"
- ,(patch-origin
- "llvm_11_consecutive_registers.patch"
- "04msd34dnpr3lpss0pam3mckwnvzrab266z6sml1hya0akv0m3f3"))
- ,@(package-native-inputs llvm-11)))))))
+ ,@(origin-patches (package-source
llvm-11)))))))))))
(home-page "https://llvmlite.pydata.org")
(synopsis "Wrapper around basic LLVM functionality")
(description
- branch master updated (1ea3f1d17a -> 1ee120a31b), guix-commits, 2022/01/08
- 02/10: gnu: lld: Update to 13.0.0., guix-commits, 2022/01/08
- 01/10: gnu: libunwind-headers: Update to 13.0.0., guix-commits, 2022/01/08
- 04/10: gnu: python-llvmlite: Remove unused patch.,
guix-commits <=
- 08/10: gnu: python-clang: Add 13., guix-commits, 2022/01/08
- 06/10: gnu: ungoogled-chromium: Build with Clang 13., guix-commits, 2022/01/08
- 10/10: gnu: emacs-clang-rename: Remove input labels., guix-commits, 2022/01/08
- 07/10: gnu: python-clang: Remove input labels., guix-commits, 2022/01/08
- 03/10: gnu: lldb: Simplify inputs., guix-commits, 2022/01/08
- 05/10: gnu: clang@13: Install CFI ignorelist., guix-commits, 2022/01/08
- 09/10: gnu: emacs-clang-format: Remove input labels., guix-commits, 2022/01/08