Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package espresso for openSUSE:Factory 
checked in at 2026-06-15 19:49:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/espresso (Old)
 and      /work/SRC/openSUSE:Factory/.espresso.new.1981 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "espresso"

Mon Jun 15 19:49:40 2026 rev:4 rq:1359502 version:5.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/espresso/espresso.changes        2026-03-03 
15:33:04.362352568 +0100
+++ /work/SRC/openSUSE:Factory/.espresso.new.1981/espresso.changes      
2026-06-15 19:53:25.772541630 +0200
@@ -1,0 +2,6 @@
+Tue Jun  9 18:18:10 UTC 2026 - Arjen de Korte <[email protected]>
+
+- Buildrequire Boost >= 1.83.0 rather than a fixed version
+- Only build with SHARED_MEMORY_PARALLELISM if kokkos-devel is >= 4.6
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ espresso.spec ++++++
--- /var/tmp/diff_new_pack.HTf8Oe/_old  2026-06-15 19:53:26.596576190 +0200
+++ /var/tmp/diff_new_pack.HTf8Oe/_new  2026-06-15 19:53:26.596576190 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package espresso
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
 # Copyright (c) 2014 Christoph Junghans
 #
 # All modifications and additions to the file contributed by third parties
@@ -21,7 +21,6 @@
 %define pkgname espresso
 %define modname %{pkgname}md
 # Build with OpenMPI
-%define boostver      1_90_0
 %define mypy_sitearch %{python313_sitearch}
 %define py_dot_version %(echo %{modern_python} | sed -e 's/^python//' -e 
's/\\([0-9]\\)/\\1./')
 
@@ -54,8 +53,8 @@
 BuildRequires:  gsl-devel
 BuildRequires:  hdf5-%{mpiver}-devel
 BuildRequires:  kokkos-devel
-BuildRequires:  libboost_mpi%{boostver}-devel
-BuildRequires:  libboost_test%{boostver}-devel
+BuildRequires:  libboost_mpi-devel >= 1.83
+BuildRequires:  libboost_test-devel >= 1.83
 BuildRequires:  nlopt-devel
 BuildRequires:  python-rpm-macros
 BuildRequires:  zlib-devel
@@ -125,7 +124,11 @@
   -DESPRESSO_BUILD_WITH_FFTW=ON \
   -DESPRESSO_BUILD_WITH_WALBERLA=ON \
   -DESPRESSO_BUILD_WITH_WALBERLA_AVX=OFF \
+%if %{pkg_vcmp kokkos-devel >= 4.6}
   -DESPRESSO_BUILD_WITH_SHARED_MEMORY_PARALLELISM=ON \
+%else
+  -DESPRESSO_BUILD_WITH_SHARED_MEMORY_PARALLELISM=OFF \
+%endif
   -DESPRESSO_BUILD_WITH_NLOPT=ON \
   -DESPRESSO_BUILD_WITH_HDF5=OFF \
   -DESPRESSO_BUILD_WITH_GSL=ON \

Reply via email to