Use separate yaksa
I made a new package for yaksa, but forgot to make use of it mpich :(
This commit is contained in:
parent
a5d67cc1e4
commit
03ee7f4b2b
@ -30,6 +30,7 @@ BuildRequires: hwloc-devel >= 2.0
|
|||||||
%if ! (0%{?rhel} >= 10)
|
%if ! (0%{?rhel} >= 10)
|
||||||
%ifarch x86_64
|
%ifarch x86_64
|
||||||
BuildRequires: infinipath-psm-devel
|
BuildRequires: infinipath-psm-devel
|
||||||
|
BuildRequires: json-c-devel
|
||||||
BuildRequires: libpsm2-devel
|
BuildRequires: libpsm2-devel
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
@ -40,6 +41,7 @@ BuildRequires: numactl-devel
|
|||||||
%ifarch aarch64 ppc64le x86_64
|
%ifarch aarch64 ppc64le x86_64
|
||||||
BuildRequires: ucx-devel
|
BuildRequires: ucx-devel
|
||||||
%endif
|
%endif
|
||||||
|
BuildRequires: yaksa-devel
|
||||||
# For ./maint/extractcvars
|
# For ./maint/extractcvars
|
||||||
BuildRequires: perl(lib)
|
BuildRequires: perl(lib)
|
||||||
%ifnarch s390 %{mips}
|
%ifnarch s390 %{mips}
|
||||||
@ -134,6 +136,7 @@ CONFIGURE_OPTS=(
|
|||||||
--enable-lib-depend
|
--enable-lib-depend
|
||||||
--disable-rpath
|
--disable-rpath
|
||||||
--disable-silent-rules
|
--disable-silent-rules
|
||||||
|
--disable-dependency-tracking
|
||||||
--with-gnu-ld
|
--with-gnu-ld
|
||||||
--with-pm=hydra:gforker
|
--with-pm=hydra:gforker
|
||||||
--includedir=%{_includedir}/%{name}-%{_arch}
|
--includedir=%{_includedir}/%{name}-%{_arch}
|
||||||
@ -148,6 +151,7 @@ CONFIGURE_OPTS=(
|
|||||||
%ifarch aarch64 ppc64le x86_64
|
%ifarch aarch64 ppc64le x86_64
|
||||||
--with-ucx
|
--with-ucx
|
||||||
%endif
|
%endif
|
||||||
|
--with-yaksa
|
||||||
)
|
)
|
||||||
# --with-device=ch3:nemesis
|
# --with-device=ch3:nemesis
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user