Accepting request 839831 from home:StefanBruens:branches:devel:languages:python:numeric

- Add cblas build dependency, otherwise numpy uses naive internal
  implementations for some blas operations, mitigates boo#1177260.
- Add libopenblas recommends. To actually use openblas instead of
  netlib BLAS/LAPACK, update-alternatives has to be used.
- Remove .pytest_cache from the build_root

OBS-URL: https://build.opensuse.org/request/show/839831
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=76
This commit is contained in:
2020-10-08 18:09:39 +00:00
committed by Git OBS Bridge
parent eddae912bf
commit 68b917de82
2 changed files with 16 additions and 0 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Oct 2 13:29:32 UTC 2020 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Add cblas build dependency, otherwise numpy uses naive internal
implementations for some blas operations, mitigates boo#1177260.
- Add libopenblas recommends. To actually use openblas instead of
netlib BLAS/LAPACK, update-alternatives has to be used.
- Remove .pytest_cache from the build_root
-------------------------------------------------------------------
Wed Sep 30 07:13:22 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>