diff options
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index ceda8eddc7..5e958a0bb8 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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 |
