From c44d61cb86643e5c167b8078cadf3d76df1e5f68 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Sun, 9 Jul 2023 22:40:45 -0400 Subject: [PATCH] Disable PSM, PSM2 in ELN builds Development of these hardware has ceased, and these packages are unwanted in RHEL 10. --- mpich.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mpich.spec b/mpich.spec index 5e34280..9331a7e 100644 --- a/mpich.spec +++ b/mpich.spec @@ -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