Skip to content

Commit 0523cf5

Browse files
authored
Merge pull request #10183 from cms-sw/iarspider-patch-1
OpenMPI: Patch for missing string.h not needed anymore
2 parents 1a38013 + 19ada21 commit 0523cf5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

openmpi.spec

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
%define branch v5.0.x
66
%define tag v%{realversion}
77
Source: git+https://github.com/open-mpi/ompi.git?obj=%{branch}/%{tag}&export=%{n}-%{realversion}&submodules=1&output=/%{n}-%{realversion}.tgz
8-
Source1: https://github.com/open-mpi/ompi/commit/15d97a054a286c7bf8e4296f6fed2ca6cd43f063.diff
98
Patch0: openmpi-setenv-fix
109
BuildRequires: autotools flex
1110
%{!?without_cuda:Requires: cuda}
@@ -27,7 +26,6 @@ Requires: zlib
2726
%prep
2827
%setup -q -n %{n}-%{realversion}
2928
%patch0 -p1
30-
patch -p1 < %{SOURCE1}
3129

3230
#Make sure IPATH_NO_BACKTRACE and HFI_NO_BACKTRACE default values match what we expect (see cmsdist/openmpi-opt.file)
3331
grep ' opal_setenv("IPATH_NO_BACKTRACE", "%{IPATH_NO_BACKTRACE}", true, &environ)' opal/runtime/opal_init.c

0 commit comments

Comments
 (0)