From 646dca6a1ed112e0e04a1afd1bd2040b57f870210bef9bba24257143ec85d6bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 30 Oct 2024 16:09:11 +0000 Subject: [PATCH] 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 --- python-numpy.changes | 6 ++++++ python-numpy.spec | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/python-numpy.changes b/python-numpy.changes index 71b7a3c..5fbaa77 100644 --- a/python-numpy.changes +++ b/python-numpy.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Oct 30 07:43:06 UTC 2024 - Guillaume GARDET + +- Use openblas instead of blas+lapack due to precision problems + with scipy on aarch64 - https://github.com/scipy/scipy/issues/21475#issuecomment-2446077407 + ------------------------------------------------------------------- Thu Oct 24 12:21:00 UTC 2024 - Daniel Garcia diff --git a/python-numpy.spec b/python-numpy.spec index 9630901..9117205 100644 --- a/python-numpy.spec +++ b/python-numpy.spec @@ -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