Compare commits

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

9 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
2 changed files with 3 additions and 3 deletions

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:
#

View file

@ -37,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}
@ -151,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}