1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-15 11:30:44 +02:00

gnu: libffi: Update to 3.3.

* gnu/packages/patches/libffi-3.2.1-complex-alpha.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/libffi.scm (libffi): Update to 3.3.
[source](patches): Remove.
* gnu/packages/python.scm (python-3.7)[arguments]: Remove workaround.
This commit is contained in:
Marius Bakke 2019-11-29 23:56:03 +01:00
parent 8aeac338a7
commit 5f1000d5d4
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA
4 changed files with 4 additions and 47 deletions

View file

@ -377,12 +377,7 @@ data types.")
" --exclude test_mmap"
;; test_socket may hang and eventually run out of memory
;; on some systems: <https://bugs.python.org/issue34587>.
" test_socket"
;; XXX: test_ctypes fails on some platforms due to a problem in
;; libffi 3.2.1: <https://bugs.python.org/issue23249>.
,@(if (string-prefix? "aarch64" (%current-system))
'(" test_ctypes")
'()))))
" test_socket")))
((#:phases phases)
`(modify-phases ,phases
(add-before 'check 'set-TZDIR