mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-numpy: Fix building on riscv64-linux.
* gnu/packages/python-xyz.scm (python-numpy)[arguments]: When building for riscv64-linux skip another test. Change-Id: Ibaa1b17beed93387e7f55d26dbbcb42077189188
This commit is contained in:
parent
a09579dcae
commit
0a3d3998b3
1 changed files with 2 additions and 1 deletions
|
@ -9997,7 +9997,8 @@ include_dirs = ~:*~a/include~%"
|
|||
;; https://github.com/numpy/numpy/issues/20635
|
||||
#$@(if (target-riscv64?)
|
||||
`(" and not test_float"
|
||||
" and not test_fpclass")
|
||||
" and not test_fpclass"
|
||||
" and not test_fp_noncontiguous")
|
||||
'())))))))))
|
||||
(native-inputs
|
||||
(list gfortran
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue