Accepting request 1219343 from home:Guillaume_G:branches:devel:languages:python:numeric

- Use openblas instead of blas+lapack due to precision problems
  with scipy on aarch64 - https://github.com/scipy/scipy/issues/21475#issuecomment-2446077407

OBS-URL: https://build.opensuse.org/request/show/1219343
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=172
This commit is contained in:
2024-10-30 16:09:11 +00:00
committed by Git OBS Bridge
parent 4626e6ecc0
commit 646dca6a1e
2 changed files with 8 additions and 1 deletions

View File

@@ -24,7 +24,8 @@
%define hpc_upcase_trans_hyph() %(echo %{**} | tr [a-z] [A-Z] | tr '-' '_')
%if "%{flavor}" == ""
%bcond_with hpc
%bcond_with openblas
# Use openblas instead of blas+lapack - https://github.com/scipy/scipy/issues/21475#issuecomment-2446077407
%bcond_without openblas
%endif
%if "%{flavor}" == "gnu-hpc"
%bcond_without hpc