Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package openblas for openSUSE:Factory 
checked in at 2024-08-02 17:25:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openblas (Old)
 and      /work/SRC/openSUSE:Factory/.openblas.new.7232 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openblas"

Fri Aug  2 17:25:25 2024 rev:65 rq:1190851 version:0.3.27

Changes:
--------
--- /work/SRC/openSUSE:Factory/openblas/openblas.changes        2024-07-30 
11:54:02.892515677 +0200
+++ /work/SRC/openSUSE:Factory/.openblas.new.7232/openblas.changes      
2024-08-02 17:25:26.216602434 +0200
@@ -4,3 +4,7 @@
-- Make sure the minimum CPU requirement set in the pkgconfig
-  file is the same one as used for building. This also helps
-  to maintain a reproducible build (boo#1228177).
+- Duplicate all options passed to `make` also to `make install`:
+  The openblas build output suggests this: 'Note that any flags
+  passed to make during build should also be passed to make install
+  to circumvent any install errors'.
+  This also makes sure that minimum CPU requirement is set in
+  the pkgconfig file is the same one as used for building.
+  This helps to maintain a reproducible build (boo#1228177).

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ openblas.spec ++++++
--- /var/tmp/diff_new_pack.YjRNNP/_old  2024-08-02 17:25:27.524656398 +0200
+++ /var/tmp/diff_new_pack.YjRNNP/_new  2024-08-02 17:25:27.524656398 +0200
@@ -445,13 +445,15 @@
 # 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} \
-    %{?openblas_target} \
+%make_install  %{?openblas_target} %{?build_flags} \
+    %{?openblas_opt} \
     NUM_THREADS=%{num_threads} \
     OPENBLAS_LIBRARY_DIR=%{p_libdir} \
     OPENBLAS_INCLUDE_DIR=%{p_includedir} \
     OPENBLAS_CMAKE_DIR=%{p_cmakedir} \
-    %{?libnamesuffix} \
+    %{!?with_hpc:%{?libnamesuffix} FC=gfortran CC=gcc%{?cc_v:-%{cc_v}} 
%{?cc_v:CEXTRALIB=""}} \
+    %{?ldflags_tests:LDFLAGS_TESTS=%{ldflags_tests}} \
+    %{?with_hpc:%{?cc_v:CC=gcc-%{cc_v} FC=gfortran-%{cc_v} CEXTRALIB=""}} \
     PREFIX=%{p_prefix}
 
 # Delete info about OBS host cpu

Reply via email to