diff --git a/scipy.spec b/scipy.spec index 11d9e3ae2d7579da447d23c8a423e612f9fe81cd..bad3062729954b7ba66d9922d63e275425db6f6e 100644 --- a/scipy.spec +++ b/scipy.spec @@ -1,6 +1,11 @@ +%define anolis_release .0.1 # without means enabled %bcond_with doc +%ifnarch loongarch64 %bcond_without tests +%else +%bcond_with tests +%endif # Set to pre-release version suffix if building pre-release, else %%{nil} %global rcver %{nil} @@ -11,7 +16,7 @@ Summary: Scientific Tools for Python Name: scipy Version: 1.5.4 -Release: 5%{?dist} +Release: 5%{anolis_release}%{?dist} # BSD -- whole package except: # Boost -- scipy/special/cephes/scipy_iv.c @@ -197,6 +202,9 @@ popd %endif %changelog +* Fri Jan 05 2024 Bo Ren - 1.5.4-5.0.1 +- Skip tests for loongarch64 + * Fri Jul 14 2023 Charalampos Stratakis - 1.5.4-5 - Skip some tests that fail on the ppc64le builders - Resolves: rhbz#2217858