diff --git a/mpich.spec b/mpich.spec index 78010123ade489280ed3b7ade1d242c27f663fa2..11050bb9fc36b4946cd6d9218b51c8b0d334fb2c 100644 --- a/mpich.spec +++ b/mpich.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 3 Summary: A high-performance implementation of MPI Name: mpich @@ -202,7 +202,7 @@ find %{buildroot} -type f -name "*.la" -delete %check make check VERBOSE=1 \ -%ifarch loongarch64 +%ifarch loongarch64 riscv64 || : %endif # The test results are ignored on ppc64le. The tests started failing @@ -257,6 +257,9 @@ make check VERBOSE=1 \ %{python3_sitearch}/%{name}.pth %changelog +* Wed Oct 29 2025 Ruidong Tian - 4.1.2-3 +- ignore test results on riscv because of valgrind do not support rva23 + * Wed Mar 26 2025 Wenlong Zhang - 4.1.2-2 - ignored the test results on loongarch64