Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mathgl for openSUSE:Factory checked 
in at 2023-10-26 17:15:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mathgl (Old)
 and      /work/SRC/openSUSE:Factory/.mathgl.new.24901 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mathgl"

Thu Oct 26 17:15:04 2023 rev:58 rq:1120524 version:8.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/mathgl/mathgl.changes    2023-05-14 
16:34:23.887978819 +0200
+++ /work/SRC/openSUSE:Factory/.mathgl.new.24901/mathgl.changes 2023-10-26 
17:16:01.779818166 +0200
@@ -1,0 +2,6 @@
+Mon Oct 23 12:32:36 UTC 2023 - Nicolas Morey <nicolas.mo...@suse.com>
+
+- Update spec file to use openmpi-macros-devel and always use the
+  default OpenMPI implementation.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ mathgl.spec ++++++
--- /var/tmp/diff_new_pack.K7eDF9/_old  2023-10-26 17:16:02.423841819 +0200
+++ /var/tmp/diff_new_pack.K7eDF9/_new  2023-10-26 17:16:02.427841966 +0200
@@ -19,11 +19,6 @@
 %bcond_with zypper_posttrans
 %define octave_args --no-window-system --norc
 %define libname libmgl
-%if 0%{?suse_version} >= 1550
-%define omp_ver 1
-%else
-%define omp_ver %{nil}
-%endif
 
 # At least python 3.8 is required; Leap <= 15.3 only has python 3.6
 %if 0%{?suse_version} >= 1550
@@ -79,7 +74,7 @@
 BuildRequires:  libtiff-devel
 BuildRequires:  libtool
 BuildRequires:  lua51-devel
-BuildRequires:  openmpi%{omp_ver}-devel
+BuildRequires:  openmpi-macros-devel
 BuildRequires:  swig
 BuildRequires:  sz2-devel
 BuildRequires:  texinfo
@@ -123,6 +118,7 @@
 
 %package -n     %{libname}-mpi%{libversion}
 Summary:        MathGL library with MPI support
+%openmpi_requires
 
 %description -n %{libname}-mpi%{libversion}
 MathGL is a library for making scientific graphics. It provides data
@@ -346,9 +342,7 @@
 
 %build
 %global _lto_cflags %{_lto_cflags} -ffat-lto-objects
-if [ -f %{_libdir}/mpi/gcc/openmpi%{omp_ver}/bin/mpivars.sh ]; then
-  source %{_libdir}/mpi/gcc/openmpi%{omp_ver}/bin/mpivars.sh
-fi
+%setup_openmpi
 
 %{python_expand # For all supported python flavors
 export PYTHON=$python

Reply via email to