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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user