Disable PSM, OrangeFS in RHEL builds
This is based on c9s:4bc1e69400
5dda5cc9df
This commit is contained in:
parent
e1e224c97f
commit
87fa84a1a1
29
openmpi.spec
29
openmpi.spec
@ -32,12 +32,30 @@
|
|||||||
%bcond_with java
|
%bcond_with java
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if %{defined rhel}
|
||||||
|
%bcond_with orangefs
|
||||||
|
%else
|
||||||
|
%bcond_without orangefs
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%ifarch x86_64
|
||||||
|
%if %{defined rhel}
|
||||||
|
%bcond_with psm
|
||||||
|
%else
|
||||||
|
%bcond_without psm
|
||||||
|
%endif
|
||||||
|
%bcond_without psm2
|
||||||
|
%else
|
||||||
|
%bcond_with psm
|
||||||
|
%bcond_with psm2
|
||||||
|
%endif
|
||||||
|
|
||||||
# Run autogen - needed for some patches
|
# Run autogen - needed for some patches
|
||||||
%bcond_with autogen
|
%bcond_with autogen
|
||||||
|
|
||||||
Name: openmpi%{?_cc_name_suffix}
|
Name: openmpi%{?_cc_name_suffix}
|
||||||
Version: 4.1.5
|
Version: 4.1.5
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Open Message Passing Interface
|
Summary: Open Message Passing Interface
|
||||||
License: BSD and MIT and Romio
|
License: BSD and MIT and Romio
|
||||||
URL: http://www.open-mpi.org/
|
URL: http://www.open-mpi.org/
|
||||||
@ -83,14 +101,18 @@ BuildRequires: libfabric-devel
|
|||||||
%ifnarch s390 s390x
|
%ifnarch s390 s390x
|
||||||
BuildRequires: papi-devel
|
BuildRequires: papi-devel
|
||||||
%endif
|
%endif
|
||||||
|
%if %{with orangefs}
|
||||||
BuildRequires: orangefs-devel
|
BuildRequires: orangefs-devel
|
||||||
|
%endif
|
||||||
BuildRequires: perl-generators
|
BuildRequires: perl-generators
|
||||||
BuildRequires: perl-interpreter
|
BuildRequires: perl-interpreter
|
||||||
BuildRequires: perl(Getopt::Long)
|
BuildRequires: perl(Getopt::Long)
|
||||||
BuildRequires: pmix-devel
|
BuildRequires: pmix-devel
|
||||||
BuildRequires: python%{python3_pkgversion}-devel
|
BuildRequires: python%{python3_pkgversion}-devel
|
||||||
%ifarch x86_64
|
%if %{with psm}
|
||||||
BuildRequires: infinipath-psm-devel
|
BuildRequires: infinipath-psm-devel
|
||||||
|
%endif
|
||||||
|
%if %{with psm2}
|
||||||
BuildRequires: libpsm2-devel
|
BuildRequires: libpsm2-devel
|
||||||
%endif
|
%endif
|
||||||
%if %{with ucx}
|
%if %{with ucx}
|
||||||
@ -380,6 +402,9 @@ make check
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 22 2023 Yaakov Selkowitz <yselkowi@redhat.com> - 4.1.5-3
|
||||||
|
- Disable PSM, OrangeFS in RHEL builds
|
||||||
|
|
||||||
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 4.1.5-2
|
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 4.1.5-2
|
||||||
- Rebuilt for Python 3.12
|
- Rebuilt for Python 3.12
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user