From 743061695f3d5ba88c96170d198bb21ca3ba1ec12c77d30e0cdd964251abb5bd Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Mon, 18 Nov 2024 17:24:47 +0000 Subject: [PATCH] Accepting request 1224918 from home:bnavigator:branches:devel:languages:python:numeric - Revert the switch to openblas, should skip test instead * see discussion at gh#scipy/scipy#21475 OBS-URL: https://build.opensuse.org/request/show/1224918 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=174 --- python-numpy.changes | 6 ++++++ python-numpy.spec | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-numpy.changes b/python-numpy.changes index dbf4194..2bb0dda 100644 --- a/python-numpy.changes +++ b/python-numpy.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Nov 18 17:23:11 UTC 2024 - Ben Greiner + +- Revert the switch to openblas, should skip test instead + * see discussion at gh#scipy/scipy#21475 + ------------------------------------------------------------------- Tue Nov 5 01:59:21 UTC 2024 - Richard Rahl diff --git a/python-numpy.spec b/python-numpy.spec index 59d4e16..bcd2b1e 100644 --- a/python-numpy.spec +++ b/python-numpy.spec @@ -24,8 +24,7 @@ %define hpc_upcase_trans_hyph() %(echo %{**} | tr [a-z] [A-Z] | tr '-' '_') %if "%{flavor}" == "" %bcond_with hpc -# Use openblas instead of blas+lapack - https://github.com/scipy/scipy/issues/21475#issuecomment-2446077407 - %bcond_without openblas + %bcond_with openblas %endif %if "%{flavor}" == "gnu-hpc" %bcond_without hpc