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
This commit is contained in:
2024-11-18 17:24:47 +00:00
committed by Git OBS Bridge
parent e337af1263
commit 743061695f
2 changed files with 7 additions and 2 deletions

View File

@@ -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