Skip to content

Commit 95dd427

Browse files
committed
OpenMPI: update to the v4.1.x branch as of 2025.05.5
1 parent 3e14fb7 commit 95dd427

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

openmpi.spec

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
### RPM external openmpi 4.1.8
1+
### RPM external openmpi 4.1.x-20250505
22
## INITENV SET OPAL_PREFIX %{i}
3-
Source: https://download.open-mpi.org/release/open-mpi/v4.1/%{n}-%{realversion}.tar.bz2
4-
BuildRequires: autotools
3+
%define branch v4.1.x
4+
%define tag e6d2cb856f3fc649aa01bd5b688a003b3b33db7d
5+
Source: git+https://github.com/open-mpi/ompi.git?obj=%{branch}/%{tag}&export=%{n}-%{realversion}&output=/%{n}-%{realversion}.tgz
6+
BuildRequires: autotools flex
57
%{!?without_cuda:Requires: cuda}
68
Requires: libfabric
79
Requires: hwloc
@@ -20,6 +22,8 @@ Requires: zlib
2022
%prep
2123
%setup -q -n %{n}-%{realversion}
2224

25+
AUTOMAKE_JOBS=%{compiling_processes} ./autogen.pl
26+
2327
./configure \
2428
--prefix=%i \
2529
--disable-dependency-tracking \

0 commit comments

Comments
 (0)