diff options
| -rw-r--r-- | xsimd.spec | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -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 |
