Compare commits

..

3 commits

Author SHA1 Message Date
Lukáš Zachar
f472d8db49 Drop STI and use tmt instead
- Resolves: rhbz#2383105

[skip changelog]
2025-07-30 11:59:47 +02:00
Fedora Release Engineering
c8a6529209 Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-25 21:05:53 +00:00
sergesanspaille
d4b022f1fc Upstream release 2025-03-04 21:10:55 +01:00
7 changed files with 54 additions and 12 deletions

1
.fmf/version Normal file
View file

@ -0,0 +1 @@
1

29
1091.patch Normal file
View file

@ -0,0 +1,29 @@
From 49bcf64aed77285962352786d6a94e2bef57f8e0 Mon Sep 17 00:00:00 2001
From: serge-sans-paille <serge.guelton@telecom-bretagne.eu>
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 <array>
#include <type_traits>
-#include "../types/xsimd_avx512vbmi_register.hpp"
+#include "../types/xsimd_avx512ifma_register.hpp"
#endif

19
plan.fmf Normal file
View file

@ -0,0 +1,19 @@
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

View file

@ -1 +1 @@
SHA512 (xsimd-13.1.0.tar.gz) = a446aa29364c12785b9fc600341cd21b8fcf3cff6e07f6093b5cd3669a0c26397ccd75f0504c52da7f1843e2844e8b909bebbe1e64f0f2d8355f0ee0eadf1263
SHA512 (xsimd-13.2.0.tar.gz) = 3825626547b0dd9b58f306bc89e9b3bc6dd778ad3811b7828e50fc16ae102574255b53f2b0714995de2bd6f9eb7b2c5d266a1a24fbfdf5420dc5e94d7dcbb522

0
tests/pythran-compat/runtest.sh Normal file → Executable file
View file

View file

@ -1,9 +0,0 @@
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
required_packages:
- pythran
tests:
- pythran-compat

View file

@ -1,7 +1,7 @@
Name: xsimd
Version: 13.1.0
Version: 13.2.0
Release: %autorelease
Summary: C++ wrappers for SIMD intrinsics
Summary: C++ wrappers for SIMD intrinsic
License: BSD-3-Clause
URL: https://xsimd.readthedocs.io/
%global github https://github.com/xtensor-stack/xsimd
@ -34,6 +34,8 @@ Provides: %{name} = %{version}-%{release}
Provides: %{name}-static = %{version}-%{release}
BuildArch: noarch
Patch0: https://github.com/xtensor-stack/xsimd/pull/1091.patch
%description devel %_description
%prep