Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package dealii for openSUSE:Factory checked in at 2026-05-15 23:56:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dealii (Old) and /work/SRC/openSUSE:Factory/.dealii.new.1966 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dealii" Fri May 15 23:56:24 2026 rev:15 rq:1353386 version:9.7.1 Changes: -------- --- /work/SRC/openSUSE:Factory/dealii/dealii.changes 2025-09-25 18:47:33.355848153 +0200 +++ /work/SRC/openSUSE:Factory/.dealii.new.1966/dealii.changes 2026-05-15 23:58:22.465122941 +0200 @@ -1,0 +2,6 @@ +Thu May 14 11:01:46 UTC 2026 - Atri Bhattacharya <[email protected]> + +- Explicitly pass c++20 standard to fix builds. +- Fix builds for Leap 16.X by dropping gcc9 requirement. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dealii.spec ++++++ --- /var/tmp/diff_new_pack.gjqVF9/_old 2026-05-15 23:58:23.349159333 +0200 +++ /var/tmp/diff_new_pack.gjqVF9/_new 2026-05-15 23:58:23.353159497 +0200 @@ -32,10 +32,6 @@ %bcond_without doc %endif -%if 0%{?suse_version} < 1650 -%define gcc_ver 9 -%endif - # SECTION MPI DEFINITIONS %if "%{flavor}" == "openmpi4" %global mpi_flavor openmpi @@ -185,6 +181,7 @@ # SO SIMPLY USE CMAKE_BUILD_TYPE="Release" %cmake -DCMAKE_INSTALL_PREFIX:PATH=%{my_prefix} \ -DCMAKE_PREFIX_PATH:PATH=%{my_prefix} \ + -DCMAKE_CXX_STANDARD=20 \ -DCMAKE_BUILD_TYPE:STRING="Release" \ -DCMAKE_INSTALL_RPATH_USE_LINK_PATH:BOOL=OFF \ -DDEAL_II_COMPONENT_DOCUMENTATION:BOOL=%{?with_doc:ON}%{!?with_doc:OFF} \
