From 3793ac74e285554ab8c323218002fc409deba3fc Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Fri, 27 Mar 2026 01:33:43 +0000 Subject: automatic import of xsimd --- xsimd.spec | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/xsimd.spec b/xsimd.spec index 17388aa..eb4d137 100644 --- a/xsimd.spec +++ b/xsimd.spec @@ -9,7 +9,6 @@ Source: %{github}/archive/%{version}/%{name}-%{version}.tar.gz BuildRequires: cmake BuildRequires: gcc-c++ -BuildRequires: doctest-devel # there is no actual arched content - this is a header only library %global debug_package %{nil} @@ -40,18 +39,12 @@ BuildArch: noarch %autosetup -n %{name}-%{version} %build -%cmake -DBUILD_TESTS=ON +%cmake -DBUILD_TESTS=OFF %cmake_build %install %cmake_install -%check -# Explicitly not supported upstream for simd mode. Still valuable for scalar mode layer. -%ifnarch ppc64le s390x -%cmake_build -- xtest -%endif - %files devel %doc README.md %license LICENSE -- cgit v1.2.3