Accepting request 1118201 from home:bmwiedemann:branches:science

Delete build machine cpu count

OBS-URL: https://build.opensuse.org/request/show/1118201
OBS-URL: https://build.opensuse.org/package/show/science/openblas?expand=0&rev=161
This commit is contained in:
Atri Bhattacharya 2023-10-26 12:17:22 +00:00 committed by Git OBS Bridge
parent 3aeb358580
commit 158cdf946c
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Oct 17 02:18:53 UTC 2023 - Bernhard Wiedemann <bwiedemann@suse.com>
- Delete build machine cpu count
-------------------------------------------------------------------
Fri Feb 24 09:57:34 UTC 2023 - Egbert Eich <eich@suse.com>

View File

@ -457,6 +457,7 @@ make MAKE_NB_JOBS=$jobs %{?openblas_target} %{?build_flags} \
sed -i '/#define OPENBLAS_NEEDBUNDERSCORE/,/#define OPENBLAS_VERSION/{//!d}' \
%{buildroot}%{p_includedir}/openblas_config.h
%endif
sed -i 's/MAX_THREADS=[0-9]*/MAX_THREADS=4/' %{buildroot}%{_libdir}/*/pkgconfig/openblas.pc ||:
%if %{without hpc}