Disable PSM, PSM2 in ELN builds

Development of these hardware has ceased, and these packages are
unwanted in RHEL 10.
This commit is contained in:
Yaakov Selkowitz 2023-07-09 22:40:45 -04:00
parent 45b47a9032
commit c44d61cb86
1 changed files with 2 additions and 0 deletions

View File

@ -27,10 +27,12 @@ BuildRequires: gcc
BuildRequires: gcc-c++
BuildRequires: gcc-gfortran
BuildRequires: hwloc-devel >= 2.0
%if ! (0%{?rhel} >= 10)
%ifarch x86_64
BuildRequires: infinipath-psm-devel
BuildRequires: libpsm2-devel
%endif
%endif
BuildRequires: libfabric-devel
BuildRequires: libnl3-devel
BuildRequires: libuuid-devel