Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mpiP for openSUSE:Factory checked in 
at 2022-10-24 11:13:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mpiP (Old)
 and      /work/SRC/openSUSE:Factory/.mpiP.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mpiP"

Mon Oct 24 11:13:17 2022 rev:15 rq:1030659 version:3.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/mpiP/mpiP.changes        2022-10-17 
14:58:28.050181206 +0200
+++ /work/SRC/openSUSE:Factory/.mpiP.new.2275/mpiP.changes      2022-10-24 
11:13:36.707261113 +0200
@@ -1,0 +2,5 @@
+Mon Oct 24 06:45:37 UTC 2022 - Steve Kowalik <[email protected]>
+
+- Use Python 3 instead of Python 2 to build.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ mpiP.spec ++++++
--- /var/tmp/diff_new_pack.sDmekt/_old  2022-10-24 11:13:37.247262227 +0200
+++ /var/tmp/diff_new_pack.sDmekt/_new  2022-10-24 11:13:37.255262243 +0200
@@ -272,7 +272,7 @@
 BuildRequires:  dejagnu
 BuildRequires:  libunwind-devel
 BuildRequires:  lua-lmod
-BuildRequires:  python
+BuildRequires:  python3
 #BuildRequires:  slurm-node
 BuildRequires:  suse-hpc
 %{?hpc_requires}
@@ -334,6 +334,7 @@
 export F77=$FC
 export CFLAGS="-D__DATE__=\\\"NODATE\\\" -D__TIME__=\\\"NOTIME\\\""
 export FFLAGS="-std=legacy"
+export HAVE_PYTHON="python3"
 %hpc_configure \
     --enable-demangling \
 %ifarch aarch64
@@ -341,7 +342,7 @@
 %endif
     --docdir=%{_docdir}/%{name}
 
-make %{?_smp_mflags} shared
+make %{?_smp_mflags} PYTHON="python3" shared
 
 %install
 %hpc_setup

Reply via email to