From 83883a482f8f31f0b234d99b3320c73e71abe2d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 15 Sep 2020 15:10:21 +0200 Subject: [PATCH] Do not require non-loopback addresses in mpirun --- mpich.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/mpich.spec b/mpich.spec index 4a176f3..ea6effd 100644 --- a/mpich.spec +++ b/mpich.spec @@ -1,7 +1,7 @@ Summary: A high-performance implementation of MPI Name: mpich Version: 3.3.2 -Release: 7%{?dist} +Release: 8%{?dist} License: MIT URL: https://www.mpich.org/ @@ -18,6 +18,9 @@ Patch2: https://github.com/pmodels/mpich/pull/4320.patch # https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/7TFWEKTDWBYBHEGMIWBVI3AVGORZGNBS/ Patch3: fix_wrapper_flags.patch +Patch4: 0001-mpl-limit-scope-on-macos-.local-workaround.patch +Patch5: 0002-mpl-do-not-require-non-loopback-networking.patch + BuildRequires: gcc BuildRequires: gcc-c++ BuildRequires: gcc-gfortran @@ -112,6 +115,9 @@ mpich support for Python 3. %patch2 -p1 %patch3 -p1 +%patch4 -p1 +%patch5 -p1 + %build CONFIGURE_OPTS=( --enable-sharedlibs=gcc @@ -234,6 +240,9 @@ make check VERBOSE=1 %{python3_sitearch}/%{name}.pth %changelog +* Tue Sep 15 2020 Zbigniew Jędrzejewski-Szmek - 3.3.2-8 +- Do not require non-loopback addresses in mpirun (#1839007) + * Thu Aug 06 2020 Christoph Junghans - 3.3.2-7 - Drop build flag from mpi wrappers