Unbundle libfabric and ucx

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2022-02-08 10:28:43 +01:00
parent 760052bc68
commit 6def00d62c

View File

@ -33,6 +33,8 @@ BuildRequires: gcc
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: gcc-gfortran BuildRequires: gcc-gfortran
BuildRequires: hwloc-devel >= 2.0 BuildRequires: hwloc-devel >= 2.0
BuildRequires: libfabric-devel
BuildRequires: ucx-devel
BuildRequires: autoconf BuildRequires: autoconf
BuildRequires: automake BuildRequires: automake
BuildRequires: libtool BuildRequires: libtool
@ -134,6 +136,7 @@ mpich support for Python 3.
./autogen.sh ./autogen.sh
CONFIGURE_OPTS=( CONFIGURE_OPTS=(
--with-custom-version-string=%{version}-%{release}
--enable-sharedlibs=gcc --enable-sharedlibs=gcc
--enable-shared --enable-shared
--enable-static=no --enable-static=no
@ -152,6 +155,8 @@ CONFIGURE_OPTS=(
--docdir=%{_datadir}/%{name}/doc --docdir=%{_datadir}/%{name}/doc
--htmldir=%{_datadir}/%{name}/doc --htmldir=%{_datadir}/%{name}/doc
--with-hwloc-prefix=system --with-hwloc-prefix=system
--with-libfabric=system
--with-ucx=system
) )
# Set -fallow-argument-mismatch for #1795817 # Set -fallow-argument-mismatch for #1795817