Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package openblas for openSUSE:Factory checked in at 2023-11-06 21:13:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openblas (Old) and /work/SRC/openSUSE:Factory/.openblas.new.17445 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openblas" Mon Nov 6 21:13:44 2023 rev:57 rq:1123416 version:0.3.21 Changes: -------- --- /work/SRC/openSUSE:Factory/openblas/openblas.changes 2023-03-01 16:13:41.342487161 +0100 +++ /work/SRC/openSUSE:Factory/.openblas.new.17445/openblas.changes 2023-11-06 21:13:49.714271304 +0100 @@ -1,0 +2,11 @@ +Fri Oct 27 11:26:28 UTC 2023 - Stefan Brüns <[email protected]> + +- Propagate the correct CPU count to the pkgconfig file, see + gh#OpenMathLib/OpenBLAS#4275. + +------------------------------------------------------------------- +Tue Oct 17 02:18:53 UTC 2023 - Bernhard Wiedemann <[email protected]> + +- Delete build machine cpu count + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openblas.spec ++++++ --- /var/tmp/diff_new_pack.2XEH9Q/_old 2023-11-06 21:13:50.538301636 +0100 +++ /var/tmp/diff_new_pack.2XEH9Q/_new 2023-11-06 21:13:50.538301636 +0100 @@ -444,8 +444,11 @@ %hpc_setup_compiler %endif -# Install serial library and headers +# Install library and headers +# Pass NUM_THREADS again, as it is not propagated from the build step +# https://github.com/OpenMathLib/OpenBLAS/issues/4275 %make_install %{?build_flags} \ + NUM_THREADS=%{num_threads} \ OPENBLAS_LIBRARY_DIR=%{p_libdir} \ OPENBLAS_INCLUDE_DIR=%{p_includedir} \ OPENBLAS_CMAKE_DIR=%{p_cmakedir} \
