Hello community,

here is the log from the commit of package mpibash for openSUSE:Factory checked 
in at 2019-10-16 09:12:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mpibash (Old)
 and      /work/SRC/openSUSE:Factory/.mpibash.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mpibash"

Wed Oct 16 09:12:21 2019 rev:3 rq:734906 version:1.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/mpibash/mpibash.changes  2017-11-23 
09:45:29.774144817 +0100
+++ /work/SRC/openSUSE:Factory/.mpibash.new.2352/mpibash.changes        
2019-10-16 09:12:21.691919691 +0200
@@ -1,0 +2,5 @@
+Mon May 27 08:37:37 UTC 2019 - Nicolas Morey-Chaisemartin 
<[email protected]>
+
+- Always use the default openmpi
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ mpibash.spec ++++++
--- /var/tmp/diff_new_pack.ZK9jfA/_old  2019-10-16 09:12:22.171918454 +0200
+++ /var/tmp/diff_new_pack.ZK9jfA/_new  2019-10-16 09:12:22.171918454 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mpibash
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,28 +12,22 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
-%ifarch ppc64
-%define mpi_implem openmpi
-%else
-%define mpi_implem openmpi2
-%endif
 
 Name:           mpibash
 Version:        1.3
 Release:        0
 Summary:        Parallel scripting right from the Bourne-Again Shell
-License:        GPL-3.0+
+License:        GPL-3.0-or-later
 Group:          Productivity/Networking/Other
 Url:            https://github.com/lanl/MPI-Bash
 Source0:        
https://github.com/lanl/MPI-Bash/releases/download/v%{version}/mpibash-%{version}.tar.gz
 BuildRequires:  bash-devel >= 4.4
-BuildRequires:  %{mpi_implem}
-BuildRequires:  %{mpi_implem}-devel
 BuildRequires:  libcircle-devel
-
+BuildRequires:  openmpi-macros-devel
+%openmpi_requires
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -60,7 +54,7 @@
 %setup -q
 
 %build
-. %{_libdir}/mpi/gcc/%{mpi_implem}/bin/mpivars.sh
+%setup_openmpi
 %configure --docdir=%{_docdir}/%{name} --with-plugindir=%{_libdir}/%{name}/ 
CC=mpicc
 %make_build
 
@@ -81,3 +75,5 @@
 %files examples
 %defattr(-,root,root,-)
 %{_docdir}/%{name}/examples
+
+%changelog


Reply via email to