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