diff --git a/.fmf/version b/.fmf/version deleted file mode 100644 index d00491f..0000000 --- a/.fmf/version +++ /dev/null @@ -1 +0,0 @@ -1 diff --git a/1091.patch b/1091.patch deleted file mode 100644 index 4a281c4..0000000 --- a/1091.patch +++ /dev/null @@ -1,29 +0,0 @@ -From 49bcf64aed77285962352786d6a94e2bef57f8e0 Mon Sep 17 00:00:00 2001 -From: serge-sans-paille -Date: Tue, 4 Mar 2025 20:42:44 +0100 -Subject: [PATCH] Fix copy-pasted headers - ---- - include/xsimd/arch/xsimd_avx512ifma.hpp | 6 +++--- - 1 file changed, 3 insertions(+), 3 deletions(-) - -diff --git a/include/xsimd/arch/xsimd_avx512ifma.hpp b/include/xsimd/arch/xsimd_avx512ifma.hpp -index df382881b..206319348 100644 ---- a/include/xsimd/arch/xsimd_avx512ifma.hpp -+++ b/include/xsimd/arch/xsimd_avx512ifma.hpp -@@ -9,12 +9,12 @@ - * The full license is in the file LICENSE, distributed with this software. * - ****************************************************************************/ - --#ifndef XSIMD_AVX512VBMI_HPP --#define XSIMD_AVX512VBMI_HPP -+#ifndef XSIMD_AVX512IFMA_HPP -+#define XSIMD_AVX512IFMA_HPP - - #include - #include - --#include "../types/xsimd_avx512vbmi_register.hpp" -+#include "../types/xsimd_avx512ifma_register.hpp" - - #endif diff --git a/plan.fmf b/plan.fmf deleted file mode 100644 index cb57a73..0000000 --- a/plan.fmf +++ /dev/null @@ -1,19 +0,0 @@ -execute: - how: tmt - -discover: - - name: same_repo - how: shell - tests: - - name: pythran-compat - path: /tests/pythran-compat - test: ./runtest.sh -prepare: - - name: Install dependencies - how: install - package: - - dnf - - pythran - - name: Update packages - how: shell - script: dnf upgrade -y diff --git a/sources b/sources index 3b6bb12..19e9de9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xsimd-13.2.0.tar.gz) = 3825626547b0dd9b58f306bc89e9b3bc6dd778ad3811b7828e50fc16ae102574255b53f2b0714995de2bd6f9eb7b2c5d266a1a24fbfdf5420dc5e94d7dcbb522 +SHA512 (xsimd-13.0.0.tar.gz) = cdc42ddad3353297cf25ea2b6b3f09967f5f388efc26241f2997979fdbbac072819ff771145bc5bfa86cb326cca84b4119e8e6e3f658407961cf203a40603a7f diff --git a/tests/pythran-compat/runtest.sh b/tests/pythran-compat/runtest.sh old mode 100755 new mode 100644 diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..f78e101 --- /dev/null +++ b/tests/tests.yml @@ -0,0 +1,9 @@ +- hosts: localhost + roles: + - role: standard-test-basic + tags: + - classic + required_packages: + - pythran + tests: + - pythran-compat diff --git a/xsimd.spec b/xsimd.spec index abacf27..7f41065 100644 --- a/xsimd.spec +++ b/xsimd.spec @@ -1,7 +1,7 @@ Name: xsimd -Version: 13.2.0 +Version: 13.0.0 Release: %autorelease -Summary: C++ wrappers for SIMD intrinsic +Summary: C++ wrappers for SIMD intrinsics License: BSD-3-Clause URL: https://xsimd.readthedocs.io/ %global github https://github.com/xtensor-stack/xsimd @@ -32,9 +32,6 @@ of common mathematical functions operating on batches. \ Summary: %{summary} Provides: %{name} = %{version}-%{release} Provides: %{name}-static = %{version}-%{release} -BuildArch: noarch - -Patch0: https://github.com/xtensor-stack/xsimd/pull/1091.patch %description devel %_description @@ -58,8 +55,8 @@ Patch0: https://github.com/xtensor-stack/xsimd/pull/1091.patch %doc README.md %license LICENSE %{_includedir}/%{name}/ -%{_datadir}/cmake/%{name}/ -%{_datadir}/pkgconfig/%{name}.pc +%{_libdir}/cmake/%{name}/ +%{_libdir}/pkgconfig/%{name}.pc %changelog %autochangelog