Skip to content
Snippets Groups Projects
Commit c19aa38d authored by Rocky Automation's avatar Rocky Automation :tv:
Browse files

import mpich-4.1.1-1.el9

parent 9e53c110
No related branches found
No related tags found
No related merge requests found
d546fc7bcf99708742356cb980a88964ad85ca52c787e59f9affbc57b4d52361
5843e96ee87061297bd59f0511f864b5f63b91e1 SOURCES/mpich-3.4.2.tar.gz
ee30471b35ef87f4c88f871a5e2ad3811cd9c4df32fd4f138443072ff4284ca2 SOURCES/mpich-4.1.1.tar.gz
Summary: A high-performance implementation of MPI
Name: mpich
Version: 3.4.2
Version: 4.1.1
Release: 1%{?dist}
License: MIT
URL: https://www.mpich.org/
......@@ -11,12 +11,6 @@ Source2: mpich.pth.py2
Source3: mpich.pth.py3
Patch0: mpich-modules.patch
Patch1: 0001-Drop-real128.patch
# Drop build flags, e.g. -specs... and -lto from mpi wrappers (mpicc and mpicxx)
# for discussion see:
# https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/7TFWEKTDWBYBHEGMIWBVI3AVGORZGNBS/
Patch3: fix_wrapper_flags.patch
# https://github.com/pmodels/mpich/issues/4534
Patch4: 0001-Revert-Remove-use-of-vasprintf.patch
BuildRequires: make
BuildRequires: gcc
......@@ -115,10 +109,6 @@ mpich support for Python 3.
%patch1 -p1
%endif
%patch3 -p1
%patch4 -p1
%build
./autogen.sh
......@@ -251,6 +241,10 @@ make check VERBOSE=1 \
%{python3_sitearch}/%{name}.pth
%changelog
* Sat Jun 03 2023 Kamal Heib <kheib@redhat.com> - 4.1.1-1
- Update to upstream release 4.1.1
- Resolves: rhbz#2212010
* Sat Nov 27 2021 Honggang Li <honli@redhat.com> - 3.4.2-1
- Update to latest version 3.4.2
- Related: rhbz#2015398
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment