From 00dd8aab6c8cfeb1b3e571a40ed052752237a35c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=B0=91=E5=AE=81?= Date: Mon, 17 Feb 2025 05:40:43 +0000 Subject: [PATCH] Add sw_64 support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 张少宁 --- mpich.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mpich.spec b/mpich.spec index f231f8c..65b6d5f 100644 --- a/mpich.spec +++ b/mpich.spec @@ -1,7 +1,7 @@ Summary: A high-performance implementation of MPI Name: mpich Version: 4.0.3 -Release: 5 +Release: 6 License: MIT URL: http://www.mpich.org/ Source0: http://www.mpich.org/static/downloads/%{version}/mpich-%{version}.tar.gz @@ -69,7 +69,7 @@ mpich support for Python 3. %{!?opt_fc_fflags: %global opt_fc_fflags %{optflags}} %{!?opt_f77_fflags: %global opt_f77_fflags %{optflags}} -%ifarch aarch64 loongarch64 riscv64 +%ifarch aarch64 loongarch64 riscv64 sw_64 %global m_option "" %else %global m_option -m64 @@ -204,6 +204,9 @@ make check V=1 %{python3_sitearch}/mpich.pth %changelog +* Mon Feb 17 2025 zhangshaoning - 4.0.3-6 +- Add sw_64 support + * Sun Apr 28 2024 yinsist - 4.0.3-5 - Valgrind does not support certain architectures like RISC-V, Before depending on Valgrind, first check if Valgrind supports the architecture -- Gitee