diff options
| author | CoprDistGit <infra@openeuler.org> | 2026-03-27 01:33:43 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2026-03-27 01:33:43 +0000 |
| commit | 3793ac74e285554ab8c323218002fc409deba3fc (patch) | |
| tree | 2f9e6d26d5ca19701dbfab1d8bd01187c934e674 /xsimd.spec | |
| parent | 5be7c438a1e6e0674064f9ad0f9aedfbe06fe992 (diff) | |
automatic import of xsimd
Diffstat (limited to 'xsimd.spec')
| -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 |
