Use bundled yaksa in RHEL builds

This commit is contained in:
Yaakov Selkowitz 2023-07-31 19:20:48 -04:00
parent 9d70e9040b
commit e983f61ee7

View File

@ -41,7 +41,11 @@ BuildRequires: numactl-devel
%ifarch aarch64 ppc64le x86_64 %ifarch aarch64 ppc64le x86_64
BuildRequires: ucx-devel BuildRequires: ucx-devel
%endif %endif
%if ! 0%{?rhel}
BuildRequires: yaksa-devel BuildRequires: yaksa-devel
%else
Provides: bundled(yaksa) = 0.2
%endif
# For ./maint/extractcvars # For ./maint/extractcvars
BuildRequires: perl(lib) BuildRequires: perl(lib)
%ifnarch s390 %{mips} %ifnarch s390 %{mips}
@ -151,7 +155,9 @@ CONFIGURE_OPTS=(
%ifarch aarch64 ppc64le x86_64 %ifarch aarch64 ppc64le x86_64
--with-ucx --with-ucx
%endif %endif
%if ! 0%{?rhel}
--with-yaksa --with-yaksa
%endif
) )
# --with-device=ch3:nemesis # --with-device=ch3:nemesis