#9 Don't build against OrangeFS for RHEL distro
Closed 9 months ago by yselkowitz. Opened 3 years ago by honli.
rpms/ honli/openmpi master  into  rawhide

file modified
+6 -1
@@ -41,7 +41,7 @@ 

  

  Name:            openmpi%{?_cc_name_suffix}

  Version:         4.0.5

- Release:         2%{?dist}

+ Release:         3%{?dist}

  Summary:         Open Message Passing Interface

  License:         BSD and MIT and Romio

  URL:             http://www.open-mpi.org/
@@ -77,7 +77,9 @@ 

  %ifnarch s390 s390x

  BuildRequires:   papi-devel

  %endif

+ %if !0%{?rhel}

  BuildRequires:   orangefs-devel

+ %endif

  BuildRequires:   perl-generators

  BuildRequires:   perl-interpreter

  BuildRequires:   perl(Getopt::Long)
@@ -363,6 +365,9 @@ 

  

  

  %changelog

+ * Thu Jan 14 2021 Honggang Li <honli@redhat.com> - 4.0.5-3

+ - Don't build against OrangeFS for RHEL distro

+ 

  * Wed Sep 23 2020 Orion Poplawski <orion@nwra.com> - 4.0.5-2

  - Rebuild for libevent 2.1.12

  

ELN kernel does not support OrangeFS.

Signed-off-by: Honggang Li honli@redhat.com

Does this show up later at runtime? Because things seem to compile fine.

ELN based on Fedora-34, which supports OrangeFS in both kernel and user-space. The orangefs rpms are available in ELN, but ELN/RHEL9 kernel does not support OrangeFS. We will remove orangefs packages from ELN (RHEL9) as unwanted packages.

Pull-Request has been closed by yselkowitz

9 months ago