diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2025-06-12 16:32:47 +0300 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2025-06-13 16:08:04 +0300 |
| commit | 0a3d3998b3e381a4241588ba0c5bd7059d97fd4e (patch) | |
| tree | 84c55d773caf67d08e7e6b197f536578b5b429e7 /gnu/packages/python-xyz.scm | |
| parent | a09579dcaec8c570aecd3513fdb245cec2023267 (diff) | |
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
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 |
