File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 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}
68Requires: libfabric
79Requires: 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 \
You can’t perform that action at this time.
0 commit comments