gnu: python-numpy: Fix building for armhf-linux.

* gnu/packages/python-xyz.scm (python-numpy)[arguments]: Skip another
test in the 'check phase when building for armhf-linux.
This commit is contained in:
Efraim Flashner 2023-05-03 10:21:58 +03:00
parent 47097b947b
commit 59268c5ef1
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -6410,6 +6410,10 @@ include_dirs = ~:*~a/include~%"
`(" and not test_identityless_reduction_huge_array"
" and not (TestKind and test_all)")
'())
;; This test fails when building from aarch64-linux.
#$@(if (target-arm32?)
`(" and not test_features")
'())
;; These tests seem to fail on machines without
;; an FPU is still under investigation upstream.
;; https://github.com/numpy/numpy/issues/20635