mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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.
This commit is contained in:
parent
b62d2fd95d
commit
f8601b4289
1 changed files with 1 additions and 18 deletions
|
@ -1510,24 +1510,7 @@ with that of libgomp, the GNU Offloading and Multi Processing Library.")
|
||||||
"expect-fastmath-entrypoints-in-add-TLI-mappings.ll.patch"
|
"expect-fastmath-entrypoints-in-add-TLI-mappings.ll.patch"
|
||||||
"0jxhjkkwwi1cy898l2n57l73ckpw0v73lqnrifp7r1mwpsh624nv")
|
"0jxhjkkwwi1cy898l2n57l73ckpw0v73lqnrifp7r1mwpsh624nv")
|
||||||
,@arch-independent-patches
|
,@arch-independent-patches
|
||||||
,@(origin-patches (package-source llvm-11)))))))
|
,@(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)))))))
|
|
||||||
(home-page "https://llvmlite.pydata.org")
|
(home-page "https://llvmlite.pydata.org")
|
||||||
(synopsis "Wrapper around basic LLVM functionality")
|
(synopsis "Wrapper around basic LLVM functionality")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue