Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package openmpi2 for openSUSE:Factory checked in at 2021-05-02 18:35:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openmpi2 (Old) and /work/SRC/openSUSE:Factory/.openmpi2.new.1947 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openmpi2" Sun May 2 18:35:55 2021 rev:33 rq:889369 version:2.1.6 Changes: -------- --- /work/SRC/openSUSE:Factory/openmpi2/openmpi2.changes 2020-03-23 12:49:03.763899982 +0100 +++ /work/SRC/openSUSE:Factory/.openmpi2.new.1947/openmpi2.changes 2021-05-02 18:36:39.152810639 +0200 @@ -1,0 +2,5 @@ +Wed Apr 28 11:08:54 UTC 2021 - Nicolas Morey-Chaisemartin <[email protected]> + +- openmpi2 is not the default openmpi anymore for releases > 15.3 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openmpi2.spec ++++++ --- /var/tmp/diff_new_pack.JW9C7i/_old 2021-05-02 18:36:39.696808321 +0200 +++ /var/tmp/diff_new_pack.JW9C7i/_new 2021-05-02 18:36:39.696808321 +0200 @@ -1,7 +1,7 @@ # -# spec file for package openmpi2 +# spec file for package %{package_name}%{?testsuite:-testsuite} # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana # University Research and Technology # Corporation. All rights reserved. @@ -104,7 +104,8 @@ %endif # Detect whether we are the default openMPI implemantation or not -%if "%{flavor}" == "standard" && %{suse_version} >= 1500 +# openmpi2 is default for SLE/Leap 15.[0-3] +%if "%{flavor}" == "standard" && %{suse_version} == 1500 && 0%{?sle_version} <= 150300 %define default_openmpi 1 %else %define default_openmpi 0 @@ -170,7 +171,7 @@ BuildRequires: gcc-fortran BuildRequires: mpi-selector Requires: mpi-selector -Requires(preun): mpi-selector +Requires(preun):mpi-selector Requires: %{package_name}-libs = %{version} %else BuildRequires: %{compiler_family}%{?c_f_ver}-compilers-hpc-macros-devel
