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:
parent
8aeac338a7
commit
5f1000d5d4
4 changed files with 4 additions and 47 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue