Hello community, here is the log from the commit of package mpich for openSUSE:Factory checked in at 2019-03-22 15:09:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mpich (Old) and /work/SRC/openSUSE:Factory/.mpich.new.25356 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mpich" Fri Mar 22 15:09:31 2019 rev:13 rq:687317 version:3.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/mpich/mpich.changes 2018-11-26 10:26:08.057321728 +0100 +++ /work/SRC/openSUSE:Factory/.mpich.new.25356/mpich.changes 2019-03-22 15:09:35.157379360 +0100 @@ -1,0 +2,9 @@ +Thu Mar 21 07:20:25 UTC 2019 - Ana Guerrero Lopez <[email protected]> + +- Add patch to remove obsolete GCC check (bnc#1129421). It also patches + autogen.sh to get the autotools working in SLE12SP4. + * 0001-Drop-GCC-check.patch +- Force to re-run autotools to generate properly the files after + patching src/binding/cxx/buildiface + +------------------------------------------------------------------- New: ---- 0001-Drop-GCC-check.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mpich.spec ++++++ --- /var/tmp/diff_new_pack.p785JW/_old 2019-03-22 15:09:37.493377340 +0100 +++ /var/tmp/diff_new_pack.p785JW/_new 2019-03-22 15:09:37.529377309 +0100 @@ -1,7 +1,7 @@ # # spec file for package mpich # -# Copyright (c) 2018 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,7 +12,7 @@ # 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/ # @@ -155,6 +155,9 @@ Source2: mpivars.csh Source3: macros.hpc-mpich Source100: _multibuild +# PATCH-FIX-UPSTREAM 0001-Drop-GCC-check.patch (bnc#1129421) +# It's been merged upstream, should be removed with the next release +Patch0: 0001-Drop-GCC-check.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: fdupes @@ -280,8 +283,10 @@ echo without HPC %endif %setup -q -n mpich-%{version}%{?rc_ver} +%patch0 %build +./autogen.sh %{?with_hpc:%hpc_debug} %if %{with hpc} %{hpc_setup} ++++++ 0001-Drop-GCC-check.patch ++++++ diff -Nrua autogen.sh autogen.sh --- autogen.sh +++ autogen.sh @@ -506,7 +506,7 @@ echo_n "Checking for automake version... " recreate_tmp -ver=1.15 +ver=1.13 cat > .tmp/configure.ac<<EOF AC_INIT(testver,1.0) AC_CONFIG_AUX_DIR([m4]) @@ -544,7 +544,7 @@ echo_n "Checking for libtool version... " recreate_tmp -ver=2.4.4 +ver=2.4.2 cat <<EOF >.tmp/configure.ac AC_INIT(testver,1.0) AC_CONFIG_AUX_DIR([m4]) diff -Nrua src/binding/cxx/buildiface src/binding/cxx/buildiface --- src/binding/cxx/buildiface +++ src/binding/cxx/buildiface @@ -1454,21 +1454,6 @@ #endif\n\n"; } - # GCC changed the calling convention between 3.2.3 and 3.4.3 (!!!) - # check for that - print $OUTFD " -// Check for incompatible GCC versions -// GCC (specifically) g++ changed the calling convention -// between 3.2.3 and 3.4.3 (!!) Normally such changes -// should only occur at major releases (e.g., version 3 to 4) -#ifdef __GNUC__ -# if __GNUC__ >= \@GNUCXX_VERSION\@ -# if __GNUC_MINOR__ > 2 && \@GNUCXX_MINORVERSION\@ == 2 -# error 'Please use the same version of GCC and g++ for compiling MPICH and user MPI programs' -# endif -# endif -#endif\n"; - print $OUTFD " /* * Because the API is defined, some methods have parameters that are
