Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gromacs for openSUSE:Factory checked 
in at 2026-09-09 16:19:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gromacs (Old)
 and      /work/SRC/openSUSE:Factory/.gromacs.new.1265 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gromacs"

Wed Sep  9 16:19:37 2026 rev:62 rq:1376390 version:2026.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/gromacs/gromacs.changes  2026-04-16 
17:27:14.540104039 +0200
+++ /work/SRC/openSUSE:Factory/.gromacs.new.1265/gromacs.changes        
2026-09-09 16:21:57.774055374 +0200
@@ -1,0 +2,6 @@
+Sat Sep  5 06:38:21 UTC 2026 - Bernhard Wiedemann <[email protected]>
+
+- Replace %_smp_build_ncpus to make it bit-reproducible (boo#1237231)
+- Avoid running with 0 threads on 1-core-VMs
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gromacs.spec ++++++
--- /var/tmp/diff_new_pack.YfmrOS/_old  2026-09-09 16:21:59.146112548 +0200
+++ /var/tmp/diff_new_pack.YfmrOS/_new  2026-09-09 16:21:59.148112631 +0200
@@ -201,7 +201,12 @@
 %endif
 
 # Avoid oversubscription, some tests run with 2 Ranks locally
+%if 0%{?suse_version} >= 1600
+export MAX_TEST_THREADS=$(( ${RPM_BUILD_NCPUS:-2} / 2 ))
+%else
 export MAX_TEST_THREADS=$(( %{?_smp_build_ncpus}%{!?_smp_build_ncpus:2} / 2 ))
+%endif
+[ "$MAX_TEST_THREADS" -ge 1 ] || MAX_TEST_THREADS=1
 %cmake \
   -DGMX_VERSION_STRING_OF_FORK=openSUSE \
   -DCMAKE_INSTALL_PREFIX=%{_prefix} \

Reply via email to