From 6def00d62c1b7e6bdebf36f6d3310b545a9c52a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 8 Feb 2022 10:28:43 +0100 Subject: [PATCH] Unbundle libfabric and ucx --- mpich.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mpich.spec b/mpich.spec index f50623b..98a75b1 100644 --- a/mpich.spec +++ b/mpich.spec @@ -33,6 +33,8 @@ BuildRequires: gcc BuildRequires: gcc-c++ BuildRequires: gcc-gfortran BuildRequires: hwloc-devel >= 2.0 +BuildRequires: libfabric-devel +BuildRequires: ucx-devel BuildRequires: autoconf BuildRequires: automake BuildRequires: libtool @@ -134,6 +136,7 @@ mpich support for Python 3. ./autogen.sh CONFIGURE_OPTS=( + --with-custom-version-string=%{version}-%{release} --enable-sharedlibs=gcc --enable-shared --enable-static=no @@ -152,6 +155,8 @@ CONFIGURE_OPTS=( --docdir=%{_datadir}/%{name}/doc --htmldir=%{_datadir}/%{name}/doc --with-hwloc-prefix=system + --with-libfabric=system + --with-ucx=system ) # Set -fallow-argument-mismatch for #1795817