Compare commits

...
Sign in to create a new pull request.

19 commits

Author SHA1 Message Date
Python Maint
7deb332f18 Rebuilt for Python 3.15.0b4 ABI change 2026-07-22 10:52:17 +02:00
Fedora Release Engineering
be25d8d4e7 Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild 2026-07-16 09:02:59 +00:00
Python Maint
265e2de242 Rebuilt for Python 3.15 2026-06-03 17:37:34 +02:00
Fedora Release Engineering
4660251a25 Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild 2026-01-16 21:41:00 +00:00
Fedora Release Engineering
a3880a2e06 Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-24 22:24:30 +00:00
Python Maint
ccead6c4e7 Rebuilt for Python 3.14 2025-06-02 19:58:01 +02:00
c192fcb977 Actually add CMAKE_PREFIX_PATH to the module file
... (rhbz#2347503)

The patch was edited manually in a way that caused the newly added addition to
be ignored.
2025-02-26 17:08:06 +01:00
David Abdurachmanov
8bf5ebcd02 Enable ucx for riscv64
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2025-01-28 14:59:30 +01:00
Fedora Release Engineering
0ba6fefefc Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild 2025-01-17 19:14:03 +00:00
48d3a0fdfd Version 4.2.2
... (rhbz#2295613)
- Just a bunch of localized bugfixes
2024-09-09 13:41:01 +02:00
David Bold
78a6b78ec3 Remove parkill 2024-09-09 10:34:21 +00:00
Fedora Release Engineering
cdde714948 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild 2024-07-18 18:46:11 +00:00
Python Maint
5f6ad30eda Rebuilt for Python 3.13 2024-06-07 08:33:00 +02:00
94935be6fc Version 4.2.1
... (rhbz#2249294)
2024-04-19 08:45:05 +02:00
David Abdurachmanov
8ab714f2c6 Properly check valgrind arches
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2024-03-04 10:32:52 +00:00
Cristian Le
a9297c32c6 Added CMAKE_PREFIX_PATH to the module file
... to unsure that CMake projects find the available MPI enabled
packages, libraries, executables, etc.

The motivation is that CMake projects will search first in the
CMAKE_PREFIX_PATH, both for cmake specific files like <Package>Config.cmake as
well as libraries and header files in general. Adding this variable is crucial
to making sure that the MPI versions take precedence over the serial versions.
2024-02-12 14:47:17 +01:00
66f0030ea8 Drop dependency on ftbfs infinipath-psm 2024-01-29 14:43:42 +01:00
Fedora Release Engineering
de301eb66b Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild 2024-01-25 08:12:06 +00:00
Fedora Release Engineering
b5e91d9014 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild 2024-01-21 08:45:25 +00:00
4 changed files with 12 additions and 8 deletions

2
.gitignore vendored
View file

@ -13,3 +13,5 @@
/mpich-4.1.tar.gz
/mpich-4.1.1.tar.gz
/mpich-4.1.2.tar.gz
/mpich-4.2.1.tar.gz
/mpich-4.2.2.tar.gz

View file

@ -11,7 +11,7 @@ diff --git a/src/packaging/envmods/mpich.module.in b/src/packaging/envmods/mpich
index 3d6b4fa623..b8283274ee 100644
--- a/src/packaging/envmods/mpich.module.in
+++ b/src/packaging/envmods/mpich.module.in
@@ -3,12 +3,23 @@
@@ -3,12 +3,24 @@
# MPICH module for use with 'environment-modules' package:
#
@ -42,3 +42,4 @@ index 3d6b4fa623..b8283274ee 100644
+prepend-path LD_LIBRARY_PATH @libdir@
+prepend-path MANPATH :@mandir@
+prepend-path PKG_CONFIG_PATH @LIBDIR@/lib/pkgconfig
+prepend-path CMAKE_PREFIX_PATH @LIBDIR@

View file

@ -1,6 +1,6 @@
Summary: A high-performance implementation of MPI
Name: mpich
Version: 4.1.2
Version: 4.2.2
Release: %autorelease
License: mpich2
URL: https://www.mpich.org/
@ -29,7 +29,6 @@ BuildRequires: gcc-gfortran
BuildRequires: hwloc-devel >= 2.0
%if ! (0%{?rhel} >= 10)
%ifarch x86_64
BuildRequires: infinipath-psm-devel
# BuildRequires: json-c-devel
BuildRequires: libpsm2-devel
%endif
@ -38,7 +37,7 @@ BuildRequires: libfabric-devel
BuildRequires: libnl3-devel
BuildRequires: libuuid-devel
BuildRequires: numactl-devel
%ifarch aarch64 ppc64le x86_64
%ifarch aarch64 ppc64le x86_64 riscv64
BuildRequires: ucx-devel
%endif
%if ! 0%{?rhel}
@ -48,7 +47,7 @@ Provides: bundled(yaksa) = 0.2
%endif
# For ./maint/extractcvars
BuildRequires: perl(lib)
%ifnarch s390 %{mips}
%ifarch %{valgrind_arches}
BuildRequires: valgrind-devel
%endif
# For %%{python3_sitearch}
@ -152,7 +151,7 @@ CONFIGURE_OPTS=(
--htmldir=%{_datadir}/%{name}/doc
--with-hwloc
--with-libfabric
%ifarch aarch64 ppc64le x86_64
%ifarch aarch64 ppc64le x86_64 riscv64
--with-ucx
%endif
%if ! 0%{?rhel}
@ -218,6 +217,9 @@ mkdir -p %{buildroot}%{_libdir}/%{name}/include
find %{buildroot} -type f -name "*.la" -delete
rm %{buildroot}%{_libdir}/%{name}/bin/parkill
%check
make check VERBOSE=1 \
%ifarch ppc64le
@ -245,7 +247,6 @@ make check VERBOSE=1 \
%{_libdir}/%{name}/bin/mpiexec*
%{_libdir}/%{name}/bin/mpirun
%{_libdir}/%{name}/bin/mpivars
%{_libdir}/%{name}/bin/parkill
%dir %{_mandir}/%{name}-%{_arch}
%doc %{_mandir}/%{name}-%{_arch}/man1/
%{_datadir}/modulefiles/mpi/

View file

@ -1 +1 @@
SHA512 (mpich-4.1.2.tar.gz) = d1056374ef9ecb6d7816637b6709497e5bc63c3b0af8dfef461aa71a59f9f805b07d80a735eb1511748e78a9260ed967b0597e64a935850fcba1dfef7bf43775
SHA512 (mpich-4.2.2.tar.gz) = 706b1f008a4da3bc44b9c8191e20031983eed7d82aadeac8cf4b2c7ffbe5c5ec88c047f7a826e3a0a7e076799e03cceec908853eec89f651de50301af619e757