From 9afa2d86c05e161c75047315b9acb83f121448e1 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:42:14 +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 19366f8..b4d816a 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: 6 +Release: 7 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 @@ -211,6 +211,9 @@ make check V=1 %{python3_sitearch}/mpich.pth %changelog +* Mon Feb 17 2025 zhangshaoning - 4.0.3-6 +- Add sw_64 support + * Sat Sep 28 2024 laokz - 4.0.3-6 - Let buildrequire:valgrind depend on system macros -- Gitee