Compare commits

...
Sign in to create a new pull request.

2 commits

Author SHA1 Message Date
Kaleb S. KEITHLEY
41b7a9717f Update to 8.1.0
Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
2022-05-18 09:21:42 -04:00
Kaleb S. KEITHLEY
56682ee179 Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
2022-05-12 17:04:47 -04:00
2 changed files with 50 additions and 2 deletions

View file

@ -0,0 +1,42 @@
--- xsimd-8.1.0/test/CMakeLists.txt.orig 2022-05-18 09:04:42.486294779 -0400
+++ xsimd-8.1.0/test/CMakeLists.txt 2022-05-18 09:16:15.862476846 -0400
@@ -157,39 +157,9 @@
set(XSIMD_TESTS
main.cpp
- test_algorithms.cpp
- test_api.cpp
test_arch.cpp
- test_basic_math.cpp
- test_batch.cpp
- test_batch_bool.cpp
- test_batch_cast.cpp
- test_batch_complex.cpp
- test_batch_float.cpp
- test_batch_int.cpp
- test_bitwise_cast.cpp
- test_batch_constant.cpp
- test_batch_manip.cpp
- test_complex_exponential.cpp
- test_complex_hyperbolic.cpp
- test_complex_power.cpp
- test_complex_trigonometric.cpp
- test_conversion.cpp
- test_error_gamma.cpp
- test_exponential.cpp
- test_extract_pair.cpp
- test_fp_manipulation.cpp
- test_hyperbolic.cpp
- test_load_store.cpp
test_memory.cpp
- test_poly_evaluation.cpp
- test_power.cpp
- test_rounding.cpp
- test_select.cpp
- test_shuffle.cpp
test_sum.cpp
- test_traits.cpp
- test_trigonometric.cpp
test_utils.hpp
)

View file

@ -6,13 +6,19 @@ License: BSD
URL: https://xsimd.readthedocs.io/
%global github https://github.com/xtensor-stack/xsimd
Source0: %{github}/archive/%{version}/%{name}-%{version}.tar.gz
Patch0001: xsimd-8.1.0-test-CMakeLists.txt.patch
# Do not run tests on unsupported architectures
Patch: %{github}/pull/742.patch
Patch0002: %{github}/pull/742.patch
BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: gtest-devel
BuildRequires: gmock-devel
%ifarch %{arm}
# Only used for testing, as it's a header-only package.
%global optflags %(echo %{optflags} -mfpu=neon)
%endif
%ifarch %{arm}
# Only used for testing, as it's a header-only package.