From 81faa3a2298fe3e4269aba61429ec38972b7dd75 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Fri, 27 Sep 2024 10:28:46 +0300 Subject: [PATCH] Enable ucx for riscv64 Signed-off-by: David Abdurachmanov --- mpich.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mpich.spec b/mpich.spec index 0bfc6ed..bf9bb35 100644 --- a/mpich.spec +++ b/mpich.spec @@ -1,7 +1,7 @@ Summary: A high-performance implementation of MPI Name: mpich Version: 4.2.2 -Release: %autorelease +Release: %autorelease -e 0.riscv64 License: mpich2 URL: https://www.mpich.org/ @@ -37,7 +37,7 @@ BuildRequires: libfabric-devel BuildRequires: libnl3-devel BuildRequires: libuuid-devel BuildRequires: numactl-devel -%ifarch aarch64 ppc64le x86_64 +%ifarch aarch64 ppc64le x86_64 riscv64 BuildRequires: ucx-devel %endif %if ! 0%{?rhel} @@ -151,7 +151,7 @@ CONFIGURE_OPTS=( --htmldir=%{_datadir}/%{name}/doc --with-hwloc --with-libfabric -%ifarch aarch64 ppc64le x86_64 +%ifarch aarch64 ppc64le x86_64 riscv64 --with-ucx %endif %if ! 0%{?rhel}